Skip to content

Commit 57e8e22

Browse files
committed
fix docs links (close #857)
1 parent 2c8e3c0 commit 57e8e22

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/en/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# vue-router 2
22

3-
> Note: [email protected] only works with Vue 2.x.
3+
> Note: [email protected] only works with Vue 2.x. Docs for 0.7.x is [here](https://github.com/vuejs/vue-router/tree/1.0/docs/en).
4+
5+
**[Release Notes](https://github.com/vuejs/vue-router/releases)**
46

5-
- [Looking for 0.7 Docs?](https://github.com/vuejs/vue-router/tree/1.0/docs/en)
6-
- [Release Notes](https://github.com/vuejs/vue-router/releases)
77
- [Installation](installation.md)
88
- Essentials
99
- [Getting Started](essentials/getting-started.md)

docs/ja/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# vue-router 2
22

3-
> 注意: [email protected] は Vue 2.x のみで動作します。
3+
> 注意: [email protected] は Vue 2.x のみで動作します。[0.7 のドキュメントをお探しですか?](https://github.com/vuejs/vue-router/tree/1.0/docs/ja)
4+
5+
**[リリースノート](https://github.com/vuejs/vue-router/releases)**
46

5-
- [0.7 のドキュメントをお探しですか?](https://github.com/vuejs/vue-router/tree/1.0/docs/ja)
6-
- [リリースノート](https://github.com/vuejs/vue-router/releases)
77
- [インストール](installation.md)
88
- 基本的な使い方
99
- [はじめに](essentials/getting-started.md)

docs/zh-cn/SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
> 注意: [email protected] 只适用于 Vue 2.x 版本。1.x 版本的文档在 [这里](https://github.com/vuejs/vue-router/tree/1.0/docs/en)
44
5-
- [版本说明](https://github.com/vuejs/vue-router/releases)
5+
**[版本说明](https://github.com/vuejs/vue-router/releases)**
6+
67
- [安装](installation.md)
78
- 基础
89
- [开始](essentials/getting-started.md)
@@ -26,4 +27,4 @@
2627
- [路由信息对象](api/route-object.md)
2728
- [Router 构造配置](api/options.md)
2829
- [Router 实例](api/router-instance.md)
29-
- [对组件注入](api/component-injections.md)
30+
- [对组件注入](api/component-injections.md)

0 commit comments

Comments
 (0)