diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index e5a1580..3da159e 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -58,7 +58,7 @@ export const config: LocaleConfig = { 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: { diff --git a/.vitepress/config/ru.ts b/.vitepress/config/ru.ts index 37156a1..7037a41 100644 --- a/.vitepress/config/ru.ts +++ b/.vitepress/config/ru.ts @@ -67,7 +67,7 @@ export const config: LocaleConfig = { next: 'Следующая страница', }, editLink: { - pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path', + pattern: 'https://github.com/KotatsuApp/website/edit/main/website/:path', text: 'Предложить изменения на этой странице', }, footer: { diff --git a/.vitepress/config/ua.ts b/.vitepress/config/ua.ts index d021924..d4ade69 100644 --- a/.vitepress/config/ua.ts +++ b/.vitepress/config/ua.ts @@ -66,7 +66,7 @@ export const config: LocaleConfig = { next: 'Наступна сторінка', }, editLink: { - pattern: 'https://github.com/KotatsuApp/website/edit/master/website/:path', + pattern: 'https://github.com/KotatsuApp/website/edit/main/website/:path', text: 'Запропонувати зміни на цій сторінці', }, footer: {