From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Sat, 27 Aug 2022 09:05:59 +0000 (+0800) Subject: docs(introduction): update links on zh page from en (#1536) X-Git-Tag: v4.1.6~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166d72dc3bdaa06cfd29359f17dbd3ff510f6767;p=thirdparty%2Fvuejs%2Frouter.git docs(introduction): update links on zh page from en (#1536) This is a patch related to the following commits: - bc122040833d9262b3e70bb4ef36af681062e1aa - 9ce152c7cadb08c2c713d4a2b6510ec2085aadc4 --- diff --git a/packages/docs/zh/introduction.md b/packages/docs/zh/introduction.md index dc50c992..cfddc6b3 100644 --- a/packages/docs/zh/introduction.md +++ b/packages/docs/zh/introduction.md @@ -5,7 +5,7 @@ title="Learn how to build powerful Single Page Applications with the Vue Router on Vue School" /> -Vue Router 是 [Vue.js](http://v3.vuejs.org) 的官方路由。它与 Vue.js 核心深度集成,让用 Vue.js 构建单页应用变得轻而易举。功能包括: +Vue Router 是 [Vue.js](https://vuejs.org) 的官方路由。它与 Vue.js 核心深度集成,让用 Vue.js 构建单页应用变得轻而易举。功能包括: - 嵌套路由映射 - 动态路由选择 @@ -18,7 +18,7 @@ Vue Router 是 [Vue.js](http://v3.vuejs.org) 的官方路由。它与 Vue.js 核 - 可定制的滚动行为 - URL 的正确编码 -[入门](./guide/)或使用 [playground](https://github.com/vuejs/router/tree/main/playground) (详见[`README.md`](https://github.com/vuejs/router)来运行它们)。 +[入门](./guide/)或使用 [playground](https://github.com/vuejs/router/tree/main/packages/playground) (详见[`README.md`](https://github.com/vuejs/router)来运行它们)。