Skip to content

Commit

Permalink
[VIM-3620] Use shortened links instead of plain ones
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Jan 14, 2025
1 parent 91de9ab commit d347142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/maddyhome/idea/vim/PluginStartup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ internal class PluginStartup : ProjectActivity/*, LightEditCompatible*/ {
// In order not to show the form for the update, we check if the new version is available. If so,
// this may be an update (and may not), and we don't show the form.
if (descriptor.pluginId == pluginId && !InstalledPluginsState.getInstance().hasNewerVersion(pluginId)) {
BrowserUtil.open("https://surveys.jetbrains.com/s3/ideavim-uninstall-feedback")
BrowserUtil.open("https://jb.gg/z6c7db")
}
}
})
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/maddyhome/idea/vim/ui/StatusBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private object VimActionsPopup {
actionGroup.add(
HelpLink(
"Take Survey ↗",
"https://surveys.jetbrains.com/s3/ideavim-usage-survey",
"https://jb.gg/axootm",
AllIcons.Actions.IntentionBulb,
),
)
Expand Down

0 comments on commit d347142

Please sign in to comment.