diff --git a/modules/ui/version.js b/modules/ui/version.js index 9c26b1bd5..094c622e5 100644 --- a/modules/ui/version.js +++ b/modules/ui/version.js @@ -40,7 +40,7 @@ export function uiVersion(context) { .append('a') .attr('class', 'badge') .attr('target', '_blank') - .attr('href', 'https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#whats-new') + .attr('href', `https://github.com/openstreetmap/iD/releases/tag/v${currVersion}`) .call(svgIcon('#maki-gift')) .call(uiTooltip() .title(() => t.append('version.whats_new', { version: currVersion }))