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/27 15:53:00 UTC

[db-jdo-site] branch master updated: JDO-779: updated links on 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 1e38984  JDO-779: updated links on tck page
1e38984 is described below

commit 1e3898459a2df42065e20dc88bd9f10bd751c5f8
Author: Michael Bouschen <Mi...@akquinet.de>
AuthorDate: Sat Jun 27 17:52:51 2020 +0200

    JDO-779: updated links on tck page
---
 docs/tck.html              | 4 ++--
 src/main/asciidoc/tck.adoc | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/tck.html b/docs/tck.html
index c4cf7d7..4cc3c1f 100644
--- a/docs/tck.html
+++ b/docs/tck.html
@@ -320,7 +320,7 @@ 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/source-code.html">Source Code</a> for instructions on
+<a href="source-code.html">Source Code</a> for instructions on
 checking out code.</p>
 </li>
 <li>
@@ -329,7 +329,7 @@ checking out code.</p>
 </li>
 <li>
 <p>Follow the procedure in
-<a href="https://github.com/apache/db-jdo/blob/master/tck/RunRules.html">RunRules.html</a>
+<a href="https://github.com/apache/db-jdo/blob/master/tck/RunRules.md">RunRules.md</a>
 in the tck directory.</p>
 </li>
 </ol>
diff --git a/src/main/asciidoc/tck.adoc b/src/main/asciidoc/tck.adoc
index e7265f0..a0666af 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/source-code.html[Source Code] for instructions on
+. Check out the JDO source code from the most recent branch. See
+link:source-code.html[Source Code] for instructions on
 checking out code.
 . Follow the instructions in the Prerequisites section of
 https://github.com/apache/db-jdo/blob/master/README.md[README.md]
 . Follow the procedure in
-https://github.com/apache/db-jdo/blob/master/tck/RunRules.html[RunRules.html]
+https://github.com/apache/db-jdo/blob/master/tck/RunRules.md[RunRules.md]
 in the tck directory.
 
 === Demonstrating Complianceanchor:Demonstrating_Compliance[]