Skip to content

Commit f59569e

Browse files
fix docs broken link
1 parent 9649929 commit f59569e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/api/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- `hash`: uses the URL hash for routing. Works in all Vue-supported browsers, including those that do not support HTML5 History API.
3434

35-
- `history`: requires HTML5 History API and server config. See [HTML5 History Mode](../essentials/history.md).
35+
- `history`: requires HTML5 History API and server config. See [HTML5 History Mode](../essentials/history-mode.md).
3636

3737
- `abstract`: works in all JavaScript environments, e.g. server-side with Node.js. **The router will automatically be forced into this mode if no browser API is present.**
3838

docs/ja/api/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- `hash`: ルーティングに URL hash を使います。HTML5 History API をサポートしていないブラウザ含めて、全ての Vue がサポートしているブラウザで動作します。
3434

35-
- `history`: HTML5 History API とサーバーの設定が必要です。[HTML5 History モード](../essentials/history.md) をご参照ください。
35+
- `history`: HTML5 History API とサーバーの設定が必要です。[HTML5 History モード](../essentials/history-mode.md) をご参照ください。
3636

3737
- `abstract`: 全ての JavaScript の環境で動作します。 e.g. Node.js を使ったサーバーサイド。 **もしブラウザの API が存在しない場合、ルーターは自動的にこのモードに強制されます。**
3838

0 commit comments

Comments
 (0)