Skip to content

Commit 54a0e70

Browse files
committed
Merge pull request #616 from tsutakata/fix-doc
fixes #615 doc: Getting started: add download jar file link.
2 parents c5cc388 + 944d999 commit 54a0e70

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

src/site/es/xdoc/getting-started.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
<subsection name="Instalación">
3434
<p>
3535
Para usar MyBatis sólo tienes que incluir el fichero
36-
<code>
37-
mybatis-x.x.x.jar
38-
</code>
36+
<a href="https://github.com/mybatis/mybatis-3/releases">mybatis-x.x.x.jar</a>
3937
en el classpath.
4038
</p>
4139
<p>

src/site/ja/xdoc/getting-started.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
<subsection name="Installation">
3333
<p>
3434
MyBatis を使うためには、ダウンロードした
35-
<code>
36-
mybatis-x.x.x.jar
37-
</code>
35+
<a href="https://github.com/mybatis/mybatis-3/releases">mybatis-x.x.x.jar</a>
3836
をクラスパスに追加する必要があります。
3937
</p>
4038
<p>

src/site/ko/xdoc/getting-started.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
<subsection name="설치">
3333
<p>
3434
마이바티스를 사용하기 위해
35-
<code>
36-
mybatis-x.x.x.jar
37-
</code>
35+
<a href="https://github.com/mybatis/mybatis-3/releases">mybatis-x.x.x.jar</a>
3836
파일을 클래스패스에 두어야 한다.
3937
</p>
4038
<p>

src/site/xdoc/getting-started.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
<subsection name="Installation">
3232
<p>
3333
To use MyBatis you just need to include the
34-
<code>
35-
mybatis-x.x.x.jar
36-
</code>
34+
<a href="https://github.com/mybatis/mybatis-3/releases">mybatis-x.x.x.jar</a>
3735
file in the classpath.
3836
</p>
3937
<p>

src/site/zh/xdoc/getting-started.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<section name="入门">
3232

3333
<subsection name="安装">
34-
<p>要使用 MyBatis, 只需将 <code>mybatis-x.x.x.jar</code> 文件置于 classpath 中即可。</p>
34+
<p>要使用 MyBatis, 只需将 <a href="https://github.com/mybatis/mybatis-3/releases">mybatis-x.x.x.jar</a> 文件置于 classpath 中即可。</p>
3535
<p>如果使用 Maven 来构建项目,则需将下面的 dependency 代码置于 pom.xml 文件中:</p>
3636
<source><![CDATA[
3737
<dependency>

0 commit comments

Comments
 (0)