]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(introduction): update links on zh page from en (#1536) 1477/head
authorMozi <29089388+pzhlkj6612@users.noreply.github.com>
Sat, 27 Aug 2022 09:05:59 +0000 (17:05 +0800)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 09:05:59 +0000 (11:05 +0200)
This is a patch related to the following commits:

bc122040833d9262b3e70bb4ef36af681062e1aa
9ce152c7cadb08c2c713d4a2b6510ec2085aadc4

packages/docs/zh/introduction.md

index dc50c9924990b119263b6ba1b9762442fc8cc855..cfddc6b39e8a841d07007a8142d5e06301f3cf3b 100644 (file)
@@ -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)来运行它们)。
 
 <HomeSponsors />