Update various files for removal of master branch

This commit is contained in:
Quincy Morgan
2020-03-23 10:43:52 -07:00
parent a7cba6a694
commit d669bbef2a
50 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -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'));
+1 -1
View File
@@ -106,7 +106,7 @@ export function uiSectionBackgroundList(context) {
.append('a')
.attr('target', '_blank')
.call(svgIcon('#iD-icon-out-link', 'inline'))
.attr('href', 'https://github.com/openstreetmap/iD/blob/master/FAQ.md#how-can-i-report-an-issue-with-background-imagery')
.attr('href', 'https://github.com/openstreetmap/iD/blob/develop/FAQ.md#how-can-i-report-an-issue-with-background-imagery')
.append('span')
.text(t('background.imagery_problem_faq'));
+1 -1
View File
@@ -56,7 +56,7 @@ export function uiSectionPrivacy(context) {
.append('a')
.attr('target', '_blank')
.call(svgIcon('#iD-icon-out-link', 'inline'))
.attr('href', 'https://github.com/openstreetmap/iD/blob/master/PRIVACY.md')
.attr('href', 'https://github.com/openstreetmap/iD/blob/release/PRIVACY.md')
.append('span')
.text(t('preferences.privacy.privacy_link'));
+1 -1
View File
@@ -57,7 +57,7 @@ export function uiSplash(context) {
.append('p')
.html(t('splash.privacy', {
updateMessage: updateMessage,
privacyLink: '<a target="_blank" href="https://github.com/openstreetmap/iD/blob/master/PRIVACY.md">' +
privacyLink: '<a target="_blank" href="https://github.com/openstreetmap/iD/blob/release/PRIVACY.md">' +
t('splash.privacy_policy') + '</a>'
}));
+1 -1
View File
@@ -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 }))