You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by mb...@apache.org on 2020/06/23 20:56:30 UTC

[db-jdo-site] branch master updated: JDO-779: Update TCK page

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ae606ff  JDO-779: Update TCK page
ae606ff is described below

commit ae606ff7a71fc57bbab20101360d1ea2da5d1132
Author: Michael Bouschen <Mi...@akquinet.de>
AuthorDate: Tue Jun 23 22:56:21 2020 +0200

    JDO-779: Update TCK page
---
 docs/tck.html              | 6 +++---
 src/main/asciidoc/tck.adoc | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/tck.html b/docs/tck.html
index 835f8d5..c4cf7d7 100644
--- a/docs/tck.html
+++ b/docs/tck.html
@@ -320,16 +320,16 @@ and install <a href="http://maven.apache.org/">Maven 2+</a>before running the TC
 <ol class="arabic">
 <li>
 <p>Check out the JDO source code from the most recent branch. See
-<a href="http://db.apache.org/jdo/svn.html">Source Code</a> for instructions on
+<a href="http://db.apache.org/jdo/source-code.html">Source Code</a> for instructions on
 checking out code.</p>
 </li>
 <li>
 <p>Follow the instructions in the Prerequisites section of
-<a href="http://svn.apache.org/viewcvs.cgi/" class="bare">http://svn.apache.org/viewcvs.cgi/</a><strong>checkout</strong>/db/jdo/branches/3.1/README.html[README.html].</p>
+<a href="https://github.com/apache/db-jdo/blob/master/README.md">README.md</a></p>
 </li>
 <li>
 <p>Follow the procedure in
-<a href="http://svn.apache.org/viewcvs.cgi/" class="bare">http://svn.apache.org/viewcvs.cgi/</a><strong>checkout</strong>/db/jdo/branches/3.1/tck/RunRules.html[RunRules.html]
+<a href="https://github.com/apache/db-jdo/blob/master/tck/RunRules.html">RunRules.html</a>
 in the tck directory.</p>
 </li>
 </ol>
diff --git a/src/main/asciidoc/tck.adoc b/src/main/asciidoc/tck.adoc
index aba4a4a..e7265f0 100644
--- a/src/main/asciidoc/tck.adoc
+++ b/src/main/asciidoc/tck.adoc
@@ -18,13 +18,13 @@ and install http://maven.apache.org/[Maven 2+]before running the TCK.
 To run the Technology Compatibility Kit:
 
 [arabic]
-. Check out the JDO source code from the most recent branch. See
-http://db.apache.org/jdo/svn.html[Source Code] for instructions on
+. Check out the JDO source code from the most recent branch. See 
+http://db.apache.org/jdo/source-code.html[Source Code] for instructions on
 checking out code.
 . Follow the instructions in the Prerequisites section of
-http://svn.apache.org/viewcvs.cgi/*checkout*/db/jdo/branches/3.1/README.html[README.html].
+https://github.com/apache/db-jdo/blob/master/README.md[README.md]
 . Follow the procedure in
-http://svn.apache.org/viewcvs.cgi/*checkout*/db/jdo/branches/3.1/tck/RunRules.html[RunRules.html]
+https://github.com/apache/db-jdo/blob/master/tck/RunRules.html[RunRules.html]
 in the tck directory.
 
 === Demonstrating Complianceanchor:Demonstrating_Compliance[]