Skip to content

Commit 4ccc159

Browse files
committed
Updated project repo updating instructions
1 parent 1217859 commit 4ccc159

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

src/site/es/xdoc/index.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@
128128
</p>
129129
<p>
130130
Las fuentes de este manual están disponibles en formato xdoc en el
131-
<a href="http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk/src/site/">SVN del proyecto</a> .
132-
Extraelas, actualizalas y envía tu parche al
133-
<a href="http://code.google.com/p/mybatis/issues/entry">tracker</a> .
131+
<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">Git del proyecto</a>.
132+
Haz un fork, cambialas y envía un pull request.
134133
</p>
135134
<p>
136135
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
@@ -116,8 +116,8 @@
116116
このドキュメントの中で誤りや特定の機能に関する記述が抜けていることに気づいたら、詳しく調べてドキュメントを更新して頂けると助かります。
117117
</p>
118118
<p>
119-
このマニュアルのソースは xdoc 形式で、<a href="http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk/src/site/">プロジェクトの SVN リポジトリ</a>で配布されています。<br />
120-
SVN からチェックアウトしたファイルを修正したら、<a href="http://code.google.com/p/mybatis/issues/entry">トラッカー</a>で新しいチケットを作成して変更箇所のパッチを添付してください
119+
このマニュアルのソースは xdoc 形式で、<a href="https://github.com/mybatis/spring/tree/master/src/site">プロジェクトの Git リポジトリ</a>で配布されています。<br />
120+
リポジトリをフォーク、それらを更新します、とプルリクエストを送信します
121121
</p>
122122
<p>
123123
このドキュメントを必要としている人、つまりあなたこそが最高の著者なのです!

src/site/ko/xdoc/index.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@
9191
<p>만약에 어떤 방법으로든 이 문서의 취약점이 발견되거나 기능에 대한 문서화가 빠진 부분이 보인다면,
9292
가장 좋은 방법은 먼저 공부해서 자신만의 문서를 작성하는 것이다.
9393
</p>
94-
<p>이 문서의 원본은 xdoc포맷이며 <a href="http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk/src/site/">프로젝트 SVN</a>에서 찾을 수 있다.
95-
체크아웃 받은뒤 수정해서 <a href="http://code.google.com/p/mybatis/issues/entry">트래커</a>에 올려달라.</p>
94+
<p>이 문서의 원본은 xdoc포맷이며 <a href="https://github.com/mybatis/spring/tree/master/src/site">프로젝트 SVN</a>에서 찾을 수 있다.
95+
저장소를 포크입니다, 를 업데이트합니다, 그리고 풀 요청을 보냅니다.
96+
</p>
9697
<p>당신처럼 이 문서를 읽는 사람들에게 이 문서의 최고의 저자가 될수 있다! </p>
9798
</subsection>
9899

src/site/xdoc/index.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,9 @@
134134
about it and then write the documentation yourself!
135135
</p>
136136
<p>
137-
Sources of this manual are available in xdoc format at
138-
<a href="http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk/src/site/">project's SVN </a>.
139-
Check them out, update them and send your patch to the
140-
<a href="http://code.google.com/p/mybatis/issues/entry">tracker</a>.
137+
Sources of this manual are available in xdoc format at
138+
<a href="https://github.com/mybatis/spring/tree/master/src/site">project's Git </a>
139+
Fork the repository, update them and send a pull request.
141140
</p>
142141
<p>
143142
You’re the best author of this documentation, people like you have

src/site/zh/xdoc/index.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,9 @@ Giovanni Cuccu,Raj Nagappan和Tomas Pinos的贡献;而Simone Tripodi发现了这
132132
about it and then write the documentation yourself!
133133
</p>
134134
<p>
135-
Sources of this manual are available in xdoc format at
136-
<a href="http://mybatis.googlecode.com/svn/sub-projects/mybatis-spring/trunk/src/site/">project's SVN </a>.
137-
Check them out, update them and send your patch to the
138-
<a href="http://code.google.com/p/mybatis/issues/entry">tracker</a>.
135+
Sources of this manual are available in xdoc format at
136+
<a href="https://github.com/mybatis/spring/tree/master/src/site">project's Git </a>
137+
Fork the repository, update them and send a pull request.
139138
</p>
140139
<p>
141140
You’re the best author of this documentation, people like you have

0 commit comments

Comments
 (0)