Skip to content

Commit ed790a4

Browse files
Updated link should point to release notes.
1 parent 09f8527 commit ed790a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content_scripts/vimium_frontend.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ HUD =
10071007
showUpgradeNotification: (version) ->
10081008
HUD.upgradeNotificationElement().innerHTML = "Vimium has been updated to
10091009
<a class='vimiumReset'
1010-
href='https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb'>
1010+
href='https://github.com/philc/vimium#release-notes'>
10111011
#{version}</a>.<a class='vimiumReset close-button' href='#'>&times;</a>"
10121012
links = HUD.upgradeNotificationElement().getElementsByTagName("a")
10131013
links[0].addEventListener("click", HUD.onUpdateLinkClicked, false)

0 commit comments

Comments
 (0)