1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-10 12:34:06 +02:00

[VIM-3620] Use shortened links instead of plain ones

This commit is contained in:
Alex Plate 2025-01-14 17:34:50 +02:00
parent 54b49d3322
commit 1105f61988
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 2 deletions
src/main/java/com/maddyhome/idea/vim

View File

@ -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")
}
}
})

View File

@ -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,
),
)