Skip to content

Commit d07bcca

Browse files
committed
docs: make links in home page relative
1 parent e0d739a commit d07bcca

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

docs/en/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ hero:
88
actions:
99
- theme: brand
1010
text: What is VitePress?
11-
link: /guide/what-is-vitepress
11+
link: ./guide/what-is-vitepress
1212
- theme: alt
1313
text: Quickstart
14-
link: /guide/getting-started
14+
link: ./guide/getting-started
1515
- theme: alt
1616
text: GitHub
1717
link: https://github.com/vuejs/vitepress

docs/es/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ hero:
88
actions:
99
- theme: brand
1010
text: Qué es VitePress?
11-
link: /es/guide/what-is-vitepress
11+
link: ./guide/what-is-vitepress
1212
- theme: alt
1313
text: Iniciar
14-
link: /es/guide/getting-started
14+
link: ./guide/getting-started
1515
- theme: alt
1616
text: GitHub
1717
link: https://github.com/vuejs/vitepress

docs/ja/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ hero:
88
actions:
99
- theme: brand
1010
text: VitePress とは?
11-
link: /ja/guide/what-is-vitepress
11+
link: ./guide/what-is-vitepress
1212
- theme: alt
1313
text: クイックスタート
14-
link: /ja/guide/getting-started
14+
link: ./guide/getting-started
1515
- theme: alt
1616
text: GitHub
1717
link: https://github.com/vuejs/vitepress

docs/ko/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ hero:
88
actions:
99
- theme: brand
1010
text: VitePress란 무엇인가?
11-
link: /ko/guide/what-is-vitepress
11+
link: ./guide/what-is-vitepress
1212
- theme: alt
1313
text: 빠른 시작
14-
link: /ko/guide/getting-started
14+
link: ./guide/getting-started
1515
- theme: alt
1616
text: GitHub
1717
link: https://github.com/vuejs/vitepress

docs/pt/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ hero:
88
actions:
99
- theme: brand
1010
text: O que é VitePress?
11-
link: /pt/guide/what-is-vitepress
11+
link: ./guide/what-is-vitepress
1212
- theme: alt
1313
text: Iniciar
14-
link: /pt/guide/getting-started
14+
link: ./guide/getting-started
1515
- theme: alt
1616
text: GitHub
1717
link: https://github.com/vuejs/vitepress

docs/ru/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ hero:
88
actions:
99
- theme: brand
1010
text: Что такое VitePress?
11-
link: /ru/guide/what-is-vitepress
11+
link: ./guide/what-is-vitepress
1212
- theme: alt
1313
text: Первые шаги
14-
link: /ru/guide/getting-started
14+
link: ./guide/getting-started
1515
- theme: alt
1616
text: GitHub
1717
link: https://github.com/vuejs/vitepress

docs/zh/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ hero:
88
actions:
99
- theme: brand
1010
text: 什么是 VitePress?
11-
link: /zh/guide/what-is-vitepress
11+
link: ./guide/what-is-vitepress
1212
- theme: alt
1313
text: 快速开始
14-
link: /zh/guide/getting-started
14+
link: ./guide/getting-started
1515
- theme: alt
1616
text: GitHub
1717
link: https://github.com/vuejs/vitepress

0 commit comments

Comments
 (0)