Fix edit link

pull/1/head
Zakhar Timoshenko 3 years ago
parent 0d931300d6
commit 0d1740b297

@ -58,7 +58,7 @@ export const config: LocaleConfig<Theme.Config> = {
next: 'Next page',
},
editLink: {
pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path',
pattern: 'https://github.com/KotatsuApp/website/edit/main/website/:path',
text: 'Suggest changes to this page',
},
footer: {

@ -67,7 +67,7 @@ export const config: LocaleConfig<Theme.Config> = {
next: 'Следующая страница',
},
editLink: {
pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path',
pattern: 'https://github.com/KotatsuApp/website/edit/main/website/:path',
text: 'Предложить изменения на этой странице',
},
footer: {

@ -66,7 +66,7 @@ export const config: LocaleConfig<Theme.Config> = {
next: 'Наступна сторінка',
},
editLink: {
pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path',
pattern: 'https://github.com/KotatsuApp/website/edit/main/website/:path',
text: 'Запропонувати зміни на цій сторінці',
},
footer: {

Loading…
Cancel
Save