From: bleenCN <132842163+bleenCN@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:27:15 +0000 (+0800) Subject: docs: fix incorrect link url (#1944) X-Git-Tag: v4.2.5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894d7908e2a562baefec1db681c263b8dc76f6c8;p=thirdparty%2Fvuejs%2Frouter.git docs: fix incorrect link url (#1944) --- diff --git a/packages/docs/.vitepress/config/zh.ts b/packages/docs/.vitepress/config/zh.ts index 985730c4..0776b666 100644 --- a/packages/docs/.vitepress/config/zh.ts +++ b/packages/docs/.vitepress/config/zh.ts @@ -56,7 +56,7 @@ export const zhConfig: LocaleSpecificConfig = { '/zh/api/': [ { text: 'packages', - items: [{ text: 'vue-router', link: '/api/' }], + items: [{ text: 'vue-router', link: '/zh/api/' }], }, ], @@ -153,7 +153,7 @@ export const zhConfig: LocaleSpecificConfig = { }, { text: '类型化路由', - link: '/zh/guide/advanced/typed-routes.html' + link: '/zh/guide/advanced/typed-routes.html', }, { text: '扩展 RouterLink',