Skip to content

Commit adc312a

Browse files
committed
[site] Fix index.md to point to zh_CN
1 parent 38d5c3b commit adc312a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/site/ko/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ author: Clinton Begin, 이동국(한국어 번역)
2727
<!-- <li class="fr"><a href="../fr/index.html">프랑스어</a></li> -->
2828
<li class="ja"><a href="../ja/index.html">일본어</a></li>
2929
<li class="ko"><a href="../ko/index.html">한국어</a></li>
30-
<li class="zh"><a href="../zh/index.html">중국어번체</a></li>
30+
<li class="zh"><a href="../zh_CN/index.html">중국어번체</a></li>
3131
</ul>
3232

3333
당신의 모국어로 작성된 마이바티스 문서를 읽고 싶은가? 그렇다면 모국어로 작성된 문서를 패치로 첨부한 이슈를 등록해달라!

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Users can read about MyBatis in following translations:
2727
<!-- <li class="fr"><a href="./fr/index.html">Français</a></li> -->
2828
<li class="ja"><a href="./ja/index.html">日本語</a></li>
2929
<li class="ko"><a href="./ko/index.html">한국어</a></li>
30-
<li class="zh"><a href="./zh/index.html">简体中文</a></li>
30+
<li class="zh"><a href="./zh_CN/index.html">简体中文</a></li>
3131
</ul>
3232

3333
Do you want to read about MyBatis in your own native language? File an issue providing patches with your mother tongue documentation!

src/site/zh_CN/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MyBatis 是一款优秀的持久层框架,它支持自定义 SQL、存储过
2525
<!-- <li class="fr"><a href="./fr/index.html">Français</a></li> -->
2626
<li class="ja"><a href="../ja/index.html">日本語</a></li>
2727
<li class="ko"><a href="../ko/index.html">한국어</a></li>
28-
<li class="zh"><a href="./getting-started.html">简体中文</a></li>
28+
<li class="zh"><a href="../zh_CN/getting-started.html">简体中文</a></li>
2929
</ul>
3030

3131
想用你的母语来了解 MyBatis 吗?那就将文档翻译成你的母语并提供给我们吧!

0 commit comments

Comments
 (0)