mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Update various files for removal of master branch
This commit is contained in:
@@ -35,7 +35,7 @@ export function uiVersion(context) {
|
||||
.attr('class', 'badge')
|
||||
.append('a')
|
||||
.attr('target', '_blank')
|
||||
.attr('href', 'https://github.com/openstreetmap/iD/blob/master/CHANGELOG.md#whats-new')
|
||||
.attr('href', 'https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#whats-new')
|
||||
.call(svgIcon('#maki-gift-11'))
|
||||
.call(tooltip()
|
||||
.title(t('version.whats_new', { version: currVersion }))
|
||||
|
||||
Reference in New Issue
Block a user