We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0187bbd commit 89af800Copy full SHA for 89af800
modules/ui/version.js
@@ -40,7 +40,7 @@ export function uiVersion(context) {
40
.append('a')
41
.attr('class', 'badge')
42
.attr('target', '_blank')
43
- .attr('href', 'https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#whats-new')
+ .attr('href', `https://github.com/openstreetmap/iD/releases/tag/v${currVersion}`)
44
.call(svgIcon('#maki-gift'))
45
.call(uiTooltip()
46
.title(() => t.append('version.whats_new', { version: currVersion }))
0 commit comments