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/10/14 12:17:50 UTC

[4/8] incubator-commonsrdf git commit: corrected anchor links

corrected anchor links


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

Branch: refs/heads/master
Commit: 8560610980a76f280631a4535108004ff251c831
Parents: e0f398d
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Oct 10 11:49:18 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Oct 10 11:49:18 2016 +0100

----------------------------------------------------------------------
 src/site/markdown/implementations.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/85606109/src/site/markdown/implementations.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/implementations.md b/src/site/markdown/implementations.md
index 9262996..e2f72f7 100644
--- a/src/site/markdown/implementations.md
+++ b/src/site/markdown/implementations.md
@@ -25,9 +25,9 @@ implementations.
 
 The Apache Commons RDF distribution includes bindings for the implementations:
 
-* [Commons RDF Simple](#Commons-RDF-Simple)
-* [Apache Jena](#Apache-Jena)
-* [Eclipse RDF4J](#Eclipse-RDF4J) (formerly Sesame)
+* [Commons RDF Simple](#Commons_RDF_Simple)
+* [Apache Jena](#Apache_Jena)
+* [Eclipse RDF4J](#Eclipse_RDF4J) (formerly Sesame)
 
 In addition there can be [External implementations](#External-implementations)
 which are released separately by their respective projects.
@@ -113,7 +113,7 @@ Within Commons RDF it is possible to create [generalized triples](apidocs/org/ap
 
 The generalized triples/quads can be accessed as [org.apache.jena.graph.Triple](https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/graph/Triple.html) and [org.apache.jena.sparql.core.Quad](https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/sparql/core/Quad.html) - but can't currently be used with an equivalent _generalized graph_ or _generalized dataset_ within Commons RDF (see [COMMONSRDF-42](https://issues.apache.org/jira/browse/COMMONSRDF-42)).
 
-### Eclipse RDF4j
+### Eclipse RDF4J
 
 [org.apache.commons.rdf.rdf4j](apidocs/org/apache/commons/rdf/rdf4j/package-summary.html) is an implementation of the Commons RDF API backed by Eclispe [RDF4J 2.0](http://rdf4j.org/) (formerly Sesame), including converters from/to RDF4J and Commons RDF.