You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2014/06/18 12:21:31 UTC

svn commit: r1603393 - /jena/site/trunk/content/documentation/serving_data/index.mdtext

Author: rvesse
Date: Wed Jun 18 10:21:31 2014
New Revision: 1603393

URL: http://svn.apache.org/r1603393
Log:
Apply documentation patch from Greg Albiston

Modified:
    jena/site/trunk/content/documentation/serving_data/index.mdtext

Modified: jena/site/trunk/content/documentation/serving_data/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/serving_data/index.mdtext?rev=1603393&r1=1603392&r2=1603393&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/serving_data/index.mdtext (original)
+++ jena/site/trunk/content/documentation/serving_data/index.mdtext Wed Jun 18 10:21:31 2014
@@ -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 @@ to build a variety of model and datasets
     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 @@ This creates a standalone jar for the Fu
      target/fuseki-version-server.jar
 
 See the file `SETUP.txt` for working with Eclipse.
-