You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/12/27 16:52:54 UTC

svn commit: r1648058 - /jena/site/trunk/content/documentation/assembler/assembler-howto.mdtext

Author: andy
Date: Sat Dec 27 15:52:54 2014
New Revision: 1648058

URL: http://svn.apache.org/r1648058
Log:
JENA-43 : Assembler doc fixes

Modified:
    jena/site/trunk/content/documentation/assembler/assembler-howto.mdtext

Modified: jena/site/trunk/content/documentation/assembler/assembler-howto.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/assembler/assembler-howto.mdtext?rev=1648058&r1=1648057&r2=1648058&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/assembler/assembler-howto.mdtext (original)
+++ jena/site/trunk/content/documentation/assembler/assembler-howto.mdtext Sat Dec 27 15:52:54 2014
@@ -104,7 +104,7 @@ content and prefix mappings.
 All of a model's `ja:content` property values are interpreted as
 specifying `Content` objects and a single composite `Content`
 object is constructed and used to initialise the model. See
-[Content](#spec-content) for the description of Content
+[Content](#content-specification) for the description of Content
 specifications. For example:
 
     eg:sharedContent
@@ -127,7 +127,7 @@ All of a model's `ja:prefixMapping`, `ja
 `ja:namespace` properties are interpreted as specifying a
 `PrefixMapping` object and a single composite `PrefixMapping` is
 constructed and used to set the prefixes of the model. See
-[PrefixMapping](#spec-prefix-mapping) for the description of
+[PrefixMapping](#prefix-mappings) for the description of
 Content specifications.
 
 ### Content specification
@@ -671,7 +671,7 @@ When `someResource` is used as the type
 AssemblerGroup that processes the description will use an instance
 of the Java class named by the object of the statement. That class
 must implement the `Assembler` interface. See
-[loading assembler classes](#loading-assembler-classes) for more
+[loading assembler classes](inside-assemblers.html#loading-assembler-classes) for more
 details.
 
 Similarly, statements of the form: