Repository: commons-rdf Updated Branches: refs/heads/master 151a8ea3f -> ecc81fa4a
fixed few broken links Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/ecc81fa4 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/ecc81fa4 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/ecc81fa4 Branch: refs/heads/master Commit: ecc81fa4a1ef959d2f56f249b34eea56123b2eb8 Parents: 151a8ea Author: Sergio Fernández <[email protected]> Authored: Mon Oct 30 20:19:58 2017 -0700 Committer: Sergio Fernández <[email protected]> Committed: Mon Oct 30 20:19:58 2017 -0700 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/ecc81fa4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b1370b1..27a8fc5 100644 --- a/README.md +++ b/README.md @@ -165,9 +165,9 @@ 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), -[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 +[AbstractGraphTest](commons-rdf-api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java), +[AbstractDatasetTest](commons-rdf-api/src/test/java/org/apache/commons/rdf/api/AbstractDatasetTest.java), +[AbstractBlankNodeTest](commons-rdf-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. @@ -194,7 +194,7 @@ The extensions of each Test class need to provide a that can create the corresponding implementations of a `Graph`, `IRI`, etc. For an example, see -[SimpleGraphTest](simple/src/test/java/org/apache/commons/rdf/simple/SimpleGraphTest.java). +[SimpleGraphTest](commons-rdf-simple/src/test/java/org/apache/commons/rdf/simple/SimpleGraphTest.java).
