diff --git a/docs/.vitepress/config/theme.ts b/docs/.vitepress/config/theme.ts index d4864205..d6103f24 100644 --- a/docs/.vitepress/config/theme.ts +++ b/docs/.vitepress/config/theme.ts @@ -21,7 +21,7 @@ export const themeConfig: DefaultTheme.Config = { }, // documentation edit link editLink: { - pattern: 'https://github.com/andatoshiki/toshiki-note/edit/master/docs/:path', + pattern: 'https://github.com/andatoshiki/toshiki-notebook/edit/master/docs/:path', text: 'Edit this page on GitHub', },