mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Update various files for removal of master branch
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ export function uiInit(context) {
|
||||
issueLinks
|
||||
.append('a')
|
||||
.attr('target', '_blank')
|
||||
.attr('href', 'https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating')
|
||||
.attr('href', 'https://github.com/openstreetmap/iD/blob/develop/CONTRIBUTING.md#translating')
|
||||
.call(svgIcon('#iD-icon-translate', 'light'))
|
||||
.call(tooltip().title(t('help_translate')).placement('top'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user