Skip to content

Commit 4149edf

Browse files
committed
Merge pull request #490 from fireshort/master
Fix relative path to getting-started.html
2 parents 49d9830 + bdac2ac commit 4149edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!-- <li class="fr"><a href="./fr/index.html">Français</a></li> -->
4949
<li class="ja"><a href="../ja/index.html">日本語</a></li>
5050
<li class="ko"><a href="../ko/index.html">한국어</a></li>
51-
<li class="zh"><a href="../getting-started.html">简体中文</a></li>
51+
<li class="zh"><a href="./getting-started.html">简体中文</a></li>
5252
</ul>
5353
<p>你想使用本地语言来了解MyBatis吗?那就将它翻译成你的母语并提供给我们吧!</p>
5454
</subsection>

0 commit comments

Comments
 (0)