ensure markdown links are relative

so they also work from target/site


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/76a2ed1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/76a2ed1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/76a2ed1e

Branch: refs/heads/master
Commit: 76a2ed1e1ef0ada1b32adfbf29e72a04877d23e7
Parents: e6f98ef
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Aug 10 12:31:00 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Aug 10 12:31:00 2015 +0100

----------------------------------------------------------------------
 src/site/markdown/download.md  | 4 ++--
 src/site/markdown/userguide.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/76a2ed1e/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index a2b2e3a..49c30b9 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -29,7 +29,7 @@ mirrored from
 [ASF's Maven 
repository](https://repository.apache.org/content/repositories/releases/org/apache/commons/commons-rdf-api/).
 For convenience of IDE users, the Maven artifacts include `-javadoc.jar` and
 `-sources.jar`, however you might prefer the
-online [API javadoc](/apidocs/)
+online [API javadoc](apidocs/)
 and the [source code releases](#Source_code) (see below).
 
 To use Commons RDF with [Maven](https://maven.apache.org/), add to your 
`pom.xml`:
@@ -54,7 +54,7 @@ To use Commons RDF with [Maven](https://maven.apache.org/), 
add to your `pom.xml
 The `<version>` above might not be up to date,
 see the [source code releases](#Source_code) below to find the latest version.
 
-See the [user guide](/userguide.html) for documentation of the
+See the [user guide](userguide.html) for documentation of the
 Apache Commons RDF API.  
 
 ## Source code

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/76a2ed1e/src/site/markdown/userguide.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md
index b8ed3dc..2a7a73d 100644
--- a/src/site/markdown/userguide.md
+++ b/src/site/markdown/userguide.md
@@ -141,7 +141,7 @@ see the [download page](download.html) for the latest 
version._
 To create instances of Commons RDF interfaces like
 [`Graph`](apidocs/org/apache/commons/rdf/api/Graph.html) and
 [`IRI`](apidocs/org/apache/commons/rdf/api/IRI.html) you will need a
-[RDFTermFactory](/apidocs/org/apache/commons/rdf/api/RDFTermFactory.html).
+[RDFTermFactory](apidocs/org/apache/commons/rdf/api/RDFTermFactory.html).
 
 How to get an instance of this factory is implementation specific, for the
 _simple_ implementation, you can construct the

Reply via email to