You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Greg Albiston <an...@apache.org> on 2014/06/18 11:46:59 UTC

CMS diff: Fuseki: serving RDF data over HTTP

Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fserving_data%2Findex.mdtext

Greg Albiston

Index: trunk/content/documentation/serving_data/index.mdtext
===================================================================
--- trunk/content/documentation/serving_data/index.mdtext	(revision 1603331)
+++ trunk/content/documentation/serving_data/index.mdtext	(working copy)
@@ -1,5 +1,7 @@
 Title: Fuseki: serving RDF data over HTTP
 
+Added link to the assembler howto page which provides the actual detail of using the assembler.
+It is easy to miss the link to this page on the assembler howto.
 Fuseki is a SPARQL server. It provides REST-style SPARQL HTTP Update, SPARQL Query,
 and SPARQL Update using the SPARQL protocol over HTTP.
 
@@ -275,7 +277,7 @@
     fuseki-server --desc assembler.ttl /ds
 
 Full details of setting up models assembler is given in the
-[assembler documentation](/documentation/assembler/).
+[assembler documentation](/documentation/assembler/) and [assembler howto](/documentation/assembler/assembler-howto.html).
 
 A general dataset is described by:
 
@@ -486,4 +488,3 @@
      target/fuseki-version-server.jar
 
 See the file `SETUP.txt` for working with Eclipse.
-