Skip to content

Commit ab389dc

Browse files
committed
changed download site in the docs to point to Github [ci skip]
1 parent ccf0f4b commit ab389dc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/site/es/xdoc/sample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
JPetStore 6 es una aplicación web completa construida sobre MyBatis 3,
3434
<a href="http://www.springsource.org">Spring 3</a> y <a href="http://www.stripesframework.org/">Stripes</a>.
3535
Está disponible para su descarga en la sección de
36-
<a href="http://code.google.com/p/mybatis/downloads/list?q=Product=Sample">downloads</a>
36+
<a href="https://github.com/mybatis/jpetstore-6/releases">downloads</a>
3737
del site de MyBatis.
3838
En esta sección haremos un recorrido por este ejemplo para comprender cómo está construido y cómo ejecutarlo.
3939
</p>

src/site/ja/xdoc/sample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<section name="サンプルコード">
3333
<p>
34-
JPetStore 6 は MyBatis 3, <a href="http://www.springsource.org">Spring 3</a> そして <a href="http://www.stripesframework.org/">Stripes</a> を使って構築された Web Application で、<a href="http://code.google.com/p/mybatis/downloads/list?q=Product=Sample">downloads</a> セクションからダウンロードすることができます。
34+
JPetStore 6 は MyBatis 3, <a href="http://www.springsource.org">Spring 3</a> そして <a href="http://www.stripesframework.org/">Stripes</a> を使って構築された Web Application で、<a href="https://github.com/mybatis/jpetstore-6/releases">downloads</a> セクションからダウンロードすることができます。
3535
この章では、このサンプルを見ながら実用的な Web Application の構築方法と実行方法について説明します。
3636
</p>
3737
<subsection name="目的">

src/site/ko/xdoc/sample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<section name="Sample Code">
3232
<p>JPetStore 6은 마이바티스 3, <a href="http://www.springsource.org">스프링 3</a> 과
3333
<a href="http://www.stripesframework.org/">스트라이프(Stripes)</a>을 사용하는 완전한 웹 애플리케이션이다.
34-
마이바티스 프로젝트 사이트에서 <a href="http://code.google.com/p/mybatis/downloads/list?q=Product=Sample">다운로드(downloads)</a>
34+
마이바티스 프로젝트 사이트에서 <a href="https://github.com/mybatis/jpetstore-6/releases">다운로드(downloads)</a>
3535
페이지에서 다운로드가 가능하다. 여기서는 샘플을 빌드하는 방법을 이해하고 실행하는 방법에 대해 배워볼것이다. </p>
3636
<subsection name="Purpose">
3737
<p>새로운 JPetStore는 <strong>단순하게</strong>라는 이전버전과 동일한 생각으로 작성되었다.

src/site/xdoc/sample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
JPetStore 6 is a full web application built on top of MyBatis 3,
3333
<a href="http://www.springsource.org">Spring 3</a> and <a href="http://www.stripesframework.org/">Stripes</a>.
3434
It is available for downloading in the
35-
<a href="http://code.google.com/p/mybatis/downloads/list?q=Product=Sample">downloads</a>
35+
<a href="https://github.com/mybatis/jpetstore-6/releases">downloads</a>
3636
section of MyBatis project site.
3737
In this section we will walk through this sample to understand how is it built and learn how to run it.
3838
</p>

src/site/zh/xdoc/sample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
JPetStore 6 is a full web application built on top of MyBatis 3,
3333
<a href="http://www.springsource.org">Spring 3</a> and <a href="http://www.stripesframework.org/">Stripes</a>.
3434
It is available for downloading in the
35-
<a href="http://code.google.com/p/mybatis/downloads/list?q=Product=Sample">downloads</a>
35+
<a href="https://github.com/mybatis/jpetstore-6/releases">downloads</a>
3636
section of MyBatis project site.
3737
In this section we will walk through this sample to understand how is it built and learn how to run it.
3838
</p>

0 commit comments

Comments
 (0)