We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f8527 commit ed790a4Copy full SHA for ed790a4
content_scripts/vimium_frontend.coffee
@@ -1007,7 +1007,7 @@ HUD =
1007
showUpgradeNotification: (version) ->
1008
HUD.upgradeNotificationElement().innerHTML = "Vimium has been updated to
1009
<a class='vimiumReset'
1010
- href='https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb'>
+ href='https://github.com/philc/vimium#release-notes'>
1011
#{version}</a>.<a class='vimiumReset close-button' href='#'>×</a>"
1012
links = HUD.upgradeNotificationElement().getElementsByTagName("a")
1013
links[0].addEventListener("click", HUD.onUpdateLinkClicked, false)
0 commit comments