Skip to content

Commit 2d1604f

Browse files
committed
releng: updated SCM and Issue atracker coordinates
1 parent e97a016 commit 2d1604f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/site/es/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
</p>
4444
<p>
4545
Las fuentes de este manual están disponibles en formato xdoc en el
46-
<a href="http://mybatis.googlecode.com/svn/trunk/src/site/">SVN del proyecto</a>.
46+
<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">GitHub del proyecto</a>.
4747
Extráelas, actualízalas y envía tu parche al
48-
<a href="http://code.google.com/p/mybatis/issues/entry">tracker</a>.
48+
<a href="https://github.com/mybatis/mybatis-3/issues">tracker</a>.
4949
</p>
5050
<p>
5151
Eres el mejor candidato para documentar porque los lectores de esta documentación son gente como tú!

src/site/ja/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
このドキュメントの中で誤りや特定の機能に関する記述が抜けていることに気づいたら、詳しく調べてドキュメントを更新して頂けると助かります。
4141
</p>
4242
<p>
43-
このマニュアルのソースは xdoc 形式で、<a href="http://mybatis.googlecode.com/svn/trunk/src/site/">プロジェクトの SVN リポジトリ</a>で配布されています。<br />
44-
SVN からチェックアウトしたファイルを修正したら、<a href="http://code.google.com/p/mybatis/issues/entry">トラッカー</a>で新しいチケットを作成して変更箇所のパッチを添付してください。
43+
このマニュアルのソースは xdoc 形式で、<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">プロジェクトの GitHub リポジトリ</a>で配布されています。<br />
44+
SVN からチェックアウトしたファイルを修正したら、<a href="https://github.com/mybatis/mybatis-3/issues">トラッカー</a>で新しいチケットを作成して変更箇所のパッチを添付してください。
4545
</p>
4646
<p>
4747
このドキュメントを読む必要のある人、つまりあなたこそが最高の著者なのです!

src/site/ko/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ MyBatis 는 JDBC 코드와 수동으로 셋팅하는 파라미터와 결과 매
3737
<subsection name="이 문서가 좀더 좋아지도록 도와주세요…">
3838
<p>이 문서에서 빈약하거나 기능 중 일부의 내용이 없는 경우, MyBatis에 대해 배우는 가장 좋은 방법은 당신 스스로 문서를 작성하는 것이다!
3939
</p>
40-
<p>이 문서는 xdoc포맷으로 되어 있으며, <a href="http://mybatis.googlecode.com/svn/trunk/src/site/">프로젝트 SVN </a> 에서 볼수 있다.
41-
체크아웃 받아서, 수정하고 <a href="http://code.google.com/p/mybatis/issues/entry">tracker</a>로 패치를 보내달라.
40+
<p>이 문서는 xdoc포맷으로 되어 있으며, <a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">프로젝트 GitHub </a> 에서 볼수 있다.
41+
체크아웃 받아서, 수정하고 <a href="https://github.com/mybatis/mybatis-3/issues">tracker</a>로 패치를 보내달라.
4242
</p>
4343
<p>당신은 이 문서의 가장 멋진 저자가 되는 셈이다. 많은 사람들이 이 문서를 읽을 것이다!
4444
</p>

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
</p>
5252
<p>
5353
Sources of this manual are available in xdoc format at
54-
<a href="http://mybatis.googlecode.com/svn/trunk/src/site/">project's SVN </a>
54+
<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">project's Git </a>
5555
.
5656
Check them out, update them and send your patch to the
57-
<a href="http://code.google.com/p/mybatis/issues/entry">tracker</a>
57+
<a href="https://github.com/mybatis/mybatis-3/issues">tracker</a>
5858
.
5959
</p>
6060
<p>

src/site/zh/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
</p>
4646
<p>
4747
Sources of this manual are available in xdoc format at
48-
<a href="http://mybatis.googlecode.com/svn/trunk/src/site/">project's SVN </a>
48+
<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">project's GitHub </a>
4949
.
5050
Check them out, update them and send your patch to the
51-
<a href="http://code.google.com/p/mybatis/issues/entry">tracker</a>
51+
<a href="https://github.com/mybatis/mybatis-3/issues">tracker</a>
5252
.
5353
</p>
5454
<p>

0 commit comments

Comments
 (0)