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:
parent
54b49d3322
commit
1105f61988
src/main/java/com/maddyhome/idea/vim
@ -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")
|
||||
}
|
||||
}
|
||||
})
|
||||
|
@ -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,
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user