From c1ca67f4fe96ee9c53bfb48a324ed930e9105969 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:56:41 +0800 Subject: [PATCH] fix(edit link): alter original edit link with new link to repo --- docs/.vitepress/config/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },