You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/11/16 13:03:29 UTC

[3/7] incubator-commonsrdf git commit: Fix links for 0.3.0

Fix links for 0.3.0


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

Branch: refs/heads/master
Commit: 03be650cd136a170f4c71f890a7a0bfbf863921b
Parents: f296f7e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 16 10:46:07 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 16 10:46:07 2016 +0000

----------------------------------------------------------------------
 README.md                      | 13 +++++++------
 src/site/markdown/download.md  |  2 +-
 src/site/markdown/index.md     |  5 ++---
 src/site/markdown/userguide.md |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5a836c7..3a717d9 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ A diagram of the interfaces included in Commons RDF:
 <a href="src/site/resources/images/class-diagram.png"><img height="400" src="src/site/resources/images/class-diagram.png" alt="Class diagram" /></a>
 
 
-This library is still <strong>work in progress</strong>. Therefore everybody is
-welcomed to join the project and [contribute](http://commonsrdf.incubator.apache.org/contributing.html)!
+Everybody is welcomed to join the project and
+[contribute](http://commonsrdf.incubator.apache.org/contributing.html)!
 
 See the [Commons RDF homepage](http://commonsrdf.incubator.apache.org/) for more details.
 
@@ -178,9 +178,10 @@ and simple usage (e.g. output from an independent RDF parser).
 ## Testing
 
 The abstract classes
-[AbstractGraphTest](api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java)
-and 
-[AbstractRDFTermFactoryTest](api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java)
+[AbstractGraphTest](api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java),
+[AbstractDatasetTest](api/src/test/java/org/apache/commons/rdf/api/AbstractDatasetTest.java),
+[AbstractBlankNodeTest](api/src/test/java/org/apache/commons/rdf/api/AbstractBlankNodeTest.java) and
+[AbstractRDFTest](api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTest.java)
 can be realised as JUnit tests by implementations in order to verify that they
 pass the minimal requirements of this API.
 
@@ -202,7 +203,7 @@ classifier for the commons-rdf-api module, for example (for Maven):
     </dependency>
 
 The extensions of each Test class need to provide a 
-[RDFTermFactory](api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java)
+[RDF](api/src/main/java/org/apache/commons/rdf/api/RDF.java) instance
 that can create the corresponding implementations of a `Graph`, `IRI`, etc.
 
 For an example, see 

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 0ae538e..2a6d7c7 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -72,7 +72,7 @@ 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
-Apache Commons RDF API, and the [implementations](implementations.md) for
+Apache Commons RDF API, and the [implementations](implementations.html) for
 details on each of the bindings.
 
 

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 1079863..4d48f28 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -144,9 +144,8 @@ For more details, read about the
 
 ## Contributing
 
-Please, take into account that this library is still <strong>work in progress</strong>,
-this set of interfaces are still under discussion and evolution. Therefore everybody
-is welcomed to [join the project](mail-lists.html) and [contribute](contributing.html)!
+Everybody is welcomed to [join the project](mail-lists.html) and
+[contribute](contributing.html)!
 
 ## Disclaimer
 

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/userguide.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md
index 03b44f3..34d88ae 100644
--- a/src/site/markdown/userguide.md
+++ b/src/site/markdown/userguide.md
@@ -150,7 +150,7 @@ To create instances of Commons RDF interfaces like
 
 ### Finding an RDF implementation
 
-The [implementations](implementations.md) of `RDF` can usually be
+The [implementations](implementations.html) of `RDF` can usually be
 created using a normal Java constructor, for instance the
 _simple_ implementation from
 [SimpleRDF](apidocs/org/apache/commons/rdf/simple/SimpleRDF.html):
@@ -211,7 +211,7 @@ The [RDF](apidocs/org/apache/commons/rdf/api/RDF.html) interface also
 contains more specific variants of some of the methods above, e.g. to create a
 typed literal.
 
-In addition, the [implementations](implementations.md) of `RDF` may add
+In addition, the [implementations](implementations.html) of `RDF` may add
 specific converter methods and implementation-specific
 subtypes for interoperability with their underlying RDF framework's API.