Skip to content

Commit e2aa75a

Browse files
committed
correct the path in zh translation section
1 parent 95e7186 commit e2aa75a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/zh/xdoc/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
<subsection name="译版(Translations)">
4444
<p>其他语言版本(Users can read about MyBatis in following translations):</p>
4545
<ul class="i18n">
46-
<li class="en"><a href="./getting-started.html">English</a></li>
47-
<li class="es"><a href="./es/index.html">Español</a></li>
46+
<li class="en"><a href="../index.html">English</a></li>
47+
<li class="es"><a href="../es/index.html">Español</a></li>
4848
<!-- <li class="fr"><a href="./fr/index.html">Français</a></li> -->
49-
<li class="ja"><a href="./ja/index.html">日本語</a></li>
50-
<li class="ko"><a href="./ko/index.html">한국어</a></li>
51-
<li class="zh"><a href="./zh/index.html">简体中文</a></li>
49+
<li class="ja"><a href="../ja/index.html">日本語</a></li>
50+
<li class="ko"><a href="../ko/index.html">한국어</a></li>
51+
<li class="zh"><a href="./getting-started.html">简体中文</a></li>
5252
</ul>
5353
<p>Do you want to read about MyBatis in your own native language? Fill an issue providing patches with your
5454
mother tongue documentation!</p>

0 commit comments

Comments
 (0)