Skip to content

Commit e8617a8

Browse files
committed
fix route
1 parent e99e3eb commit e8617a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/404.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</head>
1010
<body>
1111
<nav>
12-
<a href="/">En</a>
13-
<a href="/zh-cn">中文</a>
12+
<a href="/docsify/">En</a>
13+
<a href="/docsify/zh-cn">中文</a>
1414
</nav>
1515
<div id="app"></div>
1616
</body>

docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Code in `404.html`
8686

8787
```html
8888
<nav>
89-
<a href="/">En</a>
90-
<a href="/zh-cn">中文</a>
89+
<a href="/docsify/">En</a>
90+
<a href="/docsify/zh-cn">中文</a>
9191
</nav>
9292
```
9393

docs/zh-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ docsify serve docs
8585

8686
```html
8787
<nav>
88-
<a href="/">En</a>
89-
<a href="/zh-cn">中文</a>
88+
<a href="/docsify/">En</a>
89+
<a href="/docsify/zh-cn">中文</a>
9090
</nav>
9191
```
9292

0 commit comments

Comments
 (0)