]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: update changelog link (#1464)
authorXiangdong Zeng <xdzeng96@gmail.com>
Sat, 9 Jul 2022 11:49:15 +0000 (19:49 +0800)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 11:49:15 +0000 (13:49 +0200)
packages/docs/.vitepress/config.ts

index 0ffa3d26aa53d990906656d596f4feb6431709a9..cb859d3c7ab9a36cdce5e574945666f51bf96636 100644 (file)
@@ -215,7 +215,7 @@ const config = defineConfig({
           },
           {
             text: '更新日志',
-            link: 'https://github.com/vuejs/router/blob/main/CHANGELOG.md',
+            link: 'https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md',
           },
         ],