Skip to content

Commit 89af800

Browse files
committed
link to release notes on github release, closes openstreetmap#10837
1 parent 0187bbd commit 89af800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function uiVersion(context) {
4040
.append('a')
4141
.attr('class', 'badge')
4242
.attr('target', '_blank')
43-
.attr('href', 'https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#whats-new')
43+
.attr('href', `https://github.com/openstreetmap/iD/releases/tag/v${currVersion}`)
4444
.call(svgIcon('#maki-gift'))
4545
.call(uiTooltip()
4646
.title(() => t.append('version.whats_new', { version: currVersion }))

0 commit comments

Comments
 (0)