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', next: 'Next page',
}, },
editLink: { 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', text: 'Suggest changes to this page',
}, },
footer: { footer: {

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

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

Loading…
Cancel
Save