http://git-wip-us.apache.org/repos/asf/isis-site/blob/6ad91949/content/guides/ugtst/ugtst.html
----------------------------------------------------------------------
diff --git a/content/guides/ugtst/ugtst.html b/content/guides/ugtst/ugtst.html
index 03b6ccc..2a0c45a 100644
--- a/content/guides/ugtst/ugtst.html
+++ b/content/guides/ugtst/ugtst.html
@@ -498,7 +498,7 @@
          <p>For most other frameworks that would require having to test the 
application in a very heavy weight/fragile fashion using a tool such as <a 
href="http://docs.seleniumhq.org/";>Selenium</a>, driving a web browser to 
navigate . In this regard though, Apache Isis has a significant trick up its 
sleeve. Because Apache Isis implements the naked objects pattern, it means that 
the UI is generated automatically from the UI. This therefore allows for other 
implementations of the UI.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>The <a 
href="rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a> 
domain service allows a test to wrap domain objects and thus to interact with 
said objects "as if" through the UI:</p> 
+         <p>The <a 
href="../rgsvc/rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a>
 domain service allows a test to wrap domain objects and thus to interact with 
said objects "as if" through the UI:</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -593,7 +593,7 @@ CustomerRepository customers;</code></pre>
          <p>For integration tests though it can be difficult to keep the 
"given" short; there could be a lot of prerequisite data that needs to exist 
before you can actually exercise your system. Moreover, however we do set up 
that data, but we also want to do so in a way that is resilient to the system 
changing over time.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>The solution that Apache Isis provides is a domain service called 
<a href="rgcms.html#_rgcms_classes_super_FixtureScripts">Fixture Scripts</a>, 
that defines a pattern and supporting classes to help ensure that the "data 
setup" for your tests are reusable and maintainable over time.</p> 
+         <p>The solution that Apache Isis provides is a domain service called 
<a href="../rgcms/rgcms.html#_rgcms_classes_super_FixtureScripts">Fixture 
Scripts</a>, that defines a pattern and supporting classes to help ensure that 
the "data setup" for your tests are reusable and maintainable over time.</p> 
         </div> 
        </div> 
        <div class="sect2"> 
@@ -689,7 +689,7 @@ CustomerRepository customers;</code></pre>
            <li> <p>first, <code>Set</code>s align more closely to the 
relational model than do <code>List</code>s. A <code>List</code> must have an 
additional index to specify order.</p> </li> 
            <li> <p>second, <code>SortedSet</code> is preferable to 
<code>Set</code> because then the order is well-defined and predictable (to an 
end user, to the programmer).<br></p> 
             <div class="paragraph"> 
-             <p>The <a 
href="rgcms.html#_rgcms_classes_utility_ObjectContracts"><code>ObjectContracts</code></a>
 utility class substantially simplifies the task of implementing 
<code>Comparable</code> in your domain classes.</p> 
+             <p>The <a 
href="../rgcms/rgcms.html#_rgcms_classes_utility_ObjectContracts"><code>ObjectContracts</code></a>
 utility class substantially simplifies the task of implementing 
<code>Comparable</code> in your domain classes.</p> 
             </div> </li> 
            <li> <p>third, if the relationship is bidirectional then 
JDO/Objectstore will automatically maintain the relationship.</p> </li> 
           </ul> 
@@ -715,7 +715,7 @@ CustomerRepository customers;</code></pre>
         <div class="sect3"> 
          <h4 id="_bidirectional">3.1.2. Bidirectional</h4> 
          <div class="paragraph"> 
-          <p>This contract test automatically checks that bidirectional 1:m or 
1:1 associations are being maintained correctly (assuming that they follow the 
<a 
href="ugfun.html#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships">mutual
 registration pattern</a></p> 
+          <p>This contract test automatically checks that bidirectional 1:m or 
1:1 associations are being maintained correctly (assuming that they follow the 
<a 
href="../ugfun/ugfun.html#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships">mutual
 registration pattern</a></p> 
          </div> 
          <div class="admonitionblock tip"> 
           <table> 
@@ -724,7 +724,7 @@ CustomerRepository customers;</code></pre>
              <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>(If using the JDO objectstore, then) there is generally no 
need to programmatically maintain 1:m relationships (indeed it may introduce 
subtle errors). For more details, see <a 
href="ugfun.html#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships">here</a>.
 Also check out the templates in the developers' guide (<a 
href="dg.html#<em>dg_ide_intellij_live-templates">live templates for 
IntelliJ</a> / <a href="dg.html#</em>dg_ide_eclipse_editor-templates">editor 
templates for Eclipse</a>) for further guidance.</p> 
+               <p>(If using the JDO objectstore, then) there is generally no 
need to programmatically maintain 1:m relationships (indeed it may introduce 
subtle errors). For more details, see <a 
href="../ugfun/ugfun.html#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships">here</a>.
 Also check out the templates in the developers' guide (<a 
href="../dg/dg.html#<em>dg_ide_intellij_live-templates">live templates for 
IntelliJ</a> / <a 
href="../dg/dg.html#</em>dg_ide_eclipse_editor-templates">editor templates for 
Eclipse</a>) for further guidance.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -1096,7 +1096,7 @@ CustomerRepository customers;</code></pre>
         <h3 id="_ugtst_unit-test-support_maven-configuration">3.4. Maven 
Configuration</h3>
         <button type="button" class="button secondary" 
onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_unit-test-support_maven-configuration.adoc&quot;";
 style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i 
class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
         <div class="paragraph"> 
-         <p>Apache Isis' unit test support is automatically configured if you 
use the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. To set it up manually, update the <code>pom.xml</code> of your 
domain object model module:</p> 
+         <p>Apache Isis' unit test support is automatically configured if you 
use the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. To set it up manually, update the <code>pom.xml</code> of your 
domain object model module:</p> 
         </div> 
         <div class="listingblock"> 
          <div class="content"> 
@@ -1230,7 +1230,7 @@ CustomerRepository customers;</code></pre>
           <tbody>
            <tr> 
             <td><i class="conum" data-value="1"></i><b>1</b></td> 
-            <td>the <a 
href="rgcms.html#_rgcms_classes_super_FixtureScripts"><code>FixtureScripts</code></a>
 domain service is injected, providing us with the ability to run fixture 
scripts</td> 
+            <td>the <a 
href="../rgcms/rgcms.html#_rgcms_classes_super_FixtureScripts"><code>FixtureScripts</code></a>
 domain service is injected, providing us with the ability to run fixture 
scripts</td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="2"></i><b>2</b></td> 
@@ -1356,10 +1356,10 @@ CustomerRepository customers;</code></pre>
          <p>Nevertheless, we do need to bootstrap the runtime for the very 
first test.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>As of 1.9.0 the bootstrapping of integration tests and webapps has 
been simplified through the <a 
href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a>
 class. Since this isn’t mandatory, for now we present both techniques.</p> 
+         <p>As of 1.9.0 the bootstrapping of integration tests and webapps has 
been simplified through the <a 
href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a>
 class. Since this isn’t mandatory, for now we present both techniques.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>The example code in this section is taken from the app generated 
by the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>.</p> 
+         <p>The example code in this section is taken from the app generated 
by the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>.</p> 
         </div> 
         <div class="sect3"> 
          <h4 id="_system_initializer">4.2.1. System Initializer</h4> 
@@ -1446,7 +1446,7 @@ CustomerRepository customers;</code></pre>
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>Further details on bootstrapping with the 
<code>AppManifest</code> can be found in the <a 
href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">reference 
guide</a>.</p> 
+           <p>Further details on bootstrapping with the 
<code>AppManifest</code> can be found in the <a 
href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping">reference 
guide</a>.</p> 
           </div> 
          </div> 
          <div class="sect4"> 
@@ -1800,7 +1800,7 @@ CustomerRepository customers;</code></pre>
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
-             <td>primarily exists to support the writing of <a 
href="#_ugtst_bdd-spec-support">BDD specifications</a>, but also enables 
finer-grained management of sessions/transactions (discussed below).</td> 
+             <td>primarily exists to support the writing of <a 
href="../ugtst/ugtst.html#_ugtst_bdd-spec-support">BDD specifications</a>, but 
also enables finer-grained management of sessions/transactions (discussed 
below).</td> 
             </tr> 
            </tbody>
           </table> 
@@ -1845,7 +1845,7 @@ CustomerRepository customers;</code></pre>
              </tr> 
              <tr> 
               <td><i class="conum" data-value="2"></i><b>2</b></td> 
-              <td>sets up a JMock context (using Apache Isis' extension to 
JMock as described in <a 
href="#_ugtst_unit-test-support_jmock-extensions">JMock Extensions</a>.</td> 
+              <td>sets up a JMock context (using Apache Isis' extension to 
JMock as described in <a 
href="../ugtst/ugtst.html#_ugtst_unit-test-support_jmock-extensions">JMock 
Extensions</a>.</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="3"></i><b>3</b></td> 
@@ -1853,7 +1853,7 @@ CustomerRepository customers;</code></pre>
              </tr> 
              <tr> 
               <td><i class="conum" data-value="4"></i><b>4</b></td> 
-              <td>to capture messages that require translation, as described 
in <a href="ugbtb.html#_ugbtb_i18n">i18 support</a>.</td> 
+              <td>to capture messages that require translation, as described 
in <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">i18 support</a>.</td> 
              </tr> 
             </tbody>
            </table> 
@@ -1866,15 +1866,15 @@ CustomerRepository customers;</code></pre>
           </div> 
           <div class="ulist"> 
            <ul> 
-            <li> <p><a 
href="rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a><br></p>
 
+            <li> <p><a 
href="../rgsvc/rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a><br></p>
 
              <div class="paragraph"> 
               <p>to wrap objects simulating interaction through the user 
interface)</p> 
              </div> </li> 
-            <li> <p><a 
href="rgsvc.html#_rgsvc_api_TransactionService"><code>TransactionService</code></a><br></p>
 
+            <li> <p><a 
href="../rgsvc/rgsvc.html#_rgsvc_api_TransactionService"><code>TransactionService</code></a><br></p>
 
              <div class="paragraph"> 
               <p>most commonly used to commit changes after the fixture setup) 
and,</p> 
              </div> </li> 
-            <li> <p><a 
href="rgsvc.html#_rgsvc_api_SessionManagementService"><code>SessionManagementService</code></a><br></p>
 
+            <li> <p><a 
href="../rgsvc/rgsvc.html#_rgsvc_api_SessionManagementService"><code>SessionManagementService</code></a><br></p>
 
              <div class="paragraph"> 
               <p>for tests that check interactions over multiple separate 
sessions.</p> 
              </div> </li> 
@@ -1887,7 +1887,7 @@ CustomerRepository customers;</code></pre>
         <h3 id="_ugtst_integ-test-support_wrapper-factory">4.3. Wrapper 
Factory</h3>
         <button type="button" class="button secondary" 
onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_integ-test-support_wrapper-factory.adoc&quot;";
 style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i 
class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
         <div class="paragraph"> 
-         <p>The <a 
href="rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a> 
service is responsible for wrapping a domain object in a dynamic proxy, of the 
same type as the object being proxied. And the role of this wrapper is to 
simulate the UI.</p> 
+         <p>The <a 
href="../rgsvc/rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a>
 service is responsible for wrapping a domain object in a dynamic proxy, of the 
same type as the object being proxied. And the role of this wrapper is to 
simulate the UI.</p> 
         </div> 
         <div class="admonitionblock note"> 
          <table> 
@@ -1986,7 +1986,7 @@ Customer customer = 
(Customer)((WrappingObject)wrappedCustomer).__isis_wrapped()
                 <td class="icon"> <i class="fa icon-note" title="Note"></i> 
</td> 
                 <td class="content"> 
                  <div class="paragraph"> 
-                  <p>In this respect the wrapper is more functional than the 
<a href="ugvw.html">Wicket viewer</a> (which does not expose the ability to 
mutate collections directly).</p> 
+                  <p>In this respect the wrapper is more functional than the 
<a href="../ugvw/ugvw.html">Wicket viewer</a> (which does not expose the 
ability to mutate collections directly).</p> 
                  </div> </td> 
                </tr> 
               </tbody>
@@ -2058,7 +2058,7 @@ Customer customer = 
(Customer)((WrappingObject)wrappedCustomer).__isis_wrapped()
            <tbody>
             <tr> 
              <td><i class="conum" data-value="1"></i><b>1</b></td> 
-             <td>inject <a 
href="rgsvc.html#_rgsvc_api_EventBusService"><code>EventBusService</code></a> 
into this test</td> 
+             <td>inject <a 
href="../rgsvc/rgsvc.html#_rgsvc_api_EventBusService"><code>EventBusService</code></a>
 into this test</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="2"></i><b>2</b></td> 
@@ -2101,7 +2101,7 @@ Customer customer = 
(Customer)((WrappingObject)wrappedCustomer).__isis_wrapped()
         <h3 id="_ugtst_integ-test-support_maven-configuration">4.4. Maven 
Configuration</h3>
         <button type="button" class="button secondary" 
onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_integ-test-support_maven-configuration.adoc&quot;";
 style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i 
class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
         <div class="paragraph"> 
-         <p>Apache Isis' integration test support is automatically configured 
if you use the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. To set it up manually, update the <code>pom.xml</code> of your 
domain object model module:</p> 
+         <p>Apache Isis' integration test support is automatically configured 
if you use the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. To set it up manually, update the <code>pom.xml</code> of your 
domain object model module:</p> 
         </div> 
         <div class="listingblock"> 
          <div class="content"> 
@@ -2189,7 +2189,7 @@ Customer customer = 
(Customer)((WrappingObject)wrappedCustomer).__isis_wrapped()
           <tbody>
            <tr> 
             <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-            <td class="content"> some of these are also used by Apache Isis' 
<a href="#_ugtst_integ-test-support">Integration Test support</a>. </td> 
+            <td class="content"> some of these are also used by Apache Isis' 
<a href="../ugtst/ugtst.html#_ugtst_integ-test-support">Integration Test 
support</a>. </td> 
            </tr> 
           </tbody>
          </table> 
@@ -2274,11 +2274,11 @@ Customer customer = 
(Customer)((WrappingObject)wrappedCustomer).__isis_wrapped()
            <div class="paragraph"> 
             <p>The <code>glue</code> attribute of the Cucumber-JVM JUnit 
runner eallows you to indicate which package(s) should be recursively searched 
to find any glue.</p> 
            </div> </li> 
-          <li> <p>a system initializer class. You can reuse the system 
initializer from any integration tests (as described in <a 
href="#_ugtst_integ-test-support">Integration Test Support</a>, bootstrapping 
section).</p> </li> 
+          <li> <p>a system initializer class. You can reuse the system 
initializer from any integration tests (as described in <a 
href="../ugtst/ugtst.html#_ugtst_integ-test-support">Integration Test 
Support</a>, bootstrapping section).</p> </li> 
          </ul> 
         </div> 
         <div class="paragraph"> 
-         <p>Here’s an example of a feature from the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
+         <p>Here’s an example of a feature from the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
         </div> 
         <div class="listingblock"> 
          <div class="content"> 
@@ -2311,7 +2311,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
               <p>To support unit testing scope Apache Isis provides the 
<code>InMemoryDB</code> class; a glorified hashmap of "persisted" objects. Use 
of this utility class is optional.</p> 
              </div> 
              <div class="paragraph"> 
-              <p>Writing a BDD spec that supports both modes of operation 
therefore takes more effort and we expect most users interested in BDD will use 
integration-testing scope; for these reasons we have chosen <em>not</em> to 
include unit-testing support in the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. For those who do require faster-executing test suite, it’s 
worthwhile knowing that Apache Isis can support this.</p> 
+              <p>Writing a BDD spec that supports both modes of operation 
therefore takes more effort and we expect most users interested in BDD will use 
integration-testing scope; for these reasons we have chosen <em>not</em> to 
include unit-testing support in the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. For those who do require faster-executing test suite, it’s 
worthwhile knowing that Apache Isis can support this.</p> 
              </div> </td> 
            </tr> 
           </tbody>
@@ -2337,7 +2337,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
          </div> 
         </div> 
         <div class="paragraph"> 
-         <p>The JSON formatter allows integration with enhanced reports, for 
example as provided by <a 
href="http://www.masterthought.net/section/cucumber-reporting";>Masterthought.net</a>
 (screenshots at end of page). (Commented out) configuration for this is 
provided in the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>.</p> 
+         <p>The JSON formatter allows integration with enhanced reports, for 
example as provided by <a 
href="http://www.masterthought.net/section/cucumber-reporting";>Masterthought.net</a>
 (screenshots at end of page). (Commented out) configuration for this is 
provided in the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>.</p> 
         </div> 
         <div class="paragraph"> 
          <p>The bootstrapping of Apache Isis can be moved into a 
<code>BootstrappingGlue</code> step definition:</p> 
@@ -2425,7 +2425,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
         <h3 id="_ugtst_bdd-spec-support_maven-configuration">5.5. Maven 
Configuration</h3>
         <button type="button" class="button secondary" 
onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_bdd-spec-support_maven-configuration.adoc&quot;";
 style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i 
class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
         <div class="paragraph"> 
-         <p>Apache Isis' BDD spec support is automatically configured if you 
use the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. To set it up manually, update the <code>pom.xml</code> of your 
domain object model module:</p> 
+         <p>Apache Isis' BDD spec support is automatically configured if you 
use the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>. To set it up manually, update the <code>pom.xml</code> of your 
domain object model module:</p> 
         </div> 
         <div class="listingblock"> 
          <div class="content"> 
@@ -2573,13 +2573,13 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
           <p>The original (pre-1.9.0) approach is to subclass subclass 
<code>FixtureScripts</code> domain service, with your subclass specifying which 
package to search for. Various other settings can also be provided, and - being 
a custom class - you can also add in additional actions. A common example is to 
provide a "one-shot" action to recreate a standard demo set of objects.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>As of 1.9.0 there is an alternative design. Instead of 
subclassing <code>FixtureScripts</code> you instead implement the <a 
href="rgsvc.html#_rgsvc_spi_FixtureScriptsSpecificationProvider"><code>FixtureScriptsSpecificationProvider</code></a>
 SPI. (As its name suggests), this provides a 
<code>FixtureScriptsSpecification</code> object that contains the same 
information as would otherwise have been in the <code>FixtureScripts</code> 
subclass.</p> 
+          <p>As of 1.9.0 there is an alternative design. Instead of 
subclassing <code>FixtureScripts</code> you instead implement the <a 
href="../rgsvc/rgsvc.html#_rgsvc_spi_FixtureScriptsSpecificationProvider"><code>FixtureScriptsSpecificationProvider</code></a>
 SPI. (As its name suggests), this provides a 
<code>FixtureScriptsSpecification</code> object that contains the same 
information as would otherwise have been in the <code>FixtureScripts</code> 
subclass.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>The actual implementation of the <code>FixtureScripts</code> 
service is then provided by the framework itself, namely the <a 
href="rgsvc.html#_rgsvc_api_FixtureScriptsDefault"><code>FixtureScriptsDefault</code></a>
 domain service, annotated to be rendered on the secondary "Prototyping" menu. 
This uses the <code>FixtureScriptsSpecificationProvider</code> to adjust itself 
accordinly.</p> 
+          <p>The actual implementation of the <code>FixtureScripts</code> 
service is then provided by the framework itself, namely the <a 
href="../rgsvc/rgsvc.html#_rgsvc_api_FixtureScriptsDefault"><code>FixtureScriptsDefault</code></a>
 domain service, annotated to be rendered on the secondary "Prototyping" menu. 
This uses the <code>FixtureScriptsSpecificationProvider</code> to adjust itself 
accordinly.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>For example, here’s the 
<code>FixtureScriptsSpecificationProvider</code> service that’s generated by 
the <a href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
+          <p>For example, here’s the 
<code>FixtureScriptsSpecificationProvider</code> service that’s generated by 
the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -2607,7 +2607,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
             </tr> 
             <tr> 
              <td><i class="conum" data-value="2"></i><b>2</b></td> 
-             <td>if the same fixture script (class) is encountered more than 
once, then run anyway; more on this in <a 
href="#__ugtst_fixture-scripts_api-and-usage_organizing">Organizing Fixture 
scripts</a>], below.</td> 
+             <td>if the same fixture script (class) is encountered more than 
once, then run anyway; more on this in <a 
href="../ugtst/ugtst.html#__ugtst_fixture-scripts_api-and-usage_organizing">Organizing
 Fixture scripts</a>], below.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
@@ -2676,7 +2676,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
             </tr> 
             <tr> 
              <td><i class="conum" data-value="5"></i><b>5</b></td> 
-             <td>if the same fixture script (class) is encountered more than 
once, then run anyway; more on this in <a 
href="#__ugtst_fixture-scripts_api-and-usage_organizing">Organizing Fixture 
scripts</a>], below.</td> 
+             <td>if the same fixture script (class) is encountered more than 
once, then run anyway; more on this in <a 
href="../ugtst/ugtst.html#__ugtst_fixture-scripts_api-and-usage_organizing">Organizing
 Fixture scripts</a>], below.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="6"></i><b>6</b></td> 
@@ -2728,7 +2728,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>You are free, of course, to add additional "convenience" actions 
into it if you wish for the most commonly used/demo’d setups ; you’ll find 
that the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a> adds this additional action:</p> 
+          <p>You are free, of course, to add additional "convenience" actions 
into it if you wish for the most commonly used/demo’d setups ; you’ll find 
that the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a> adds this additional action:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -2755,7 +2755,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
           <p>A fixture script is ultimately just a block of code that can be 
executed, so it’s up to you how you implement it to set up the system. 
However, we strongly recommend that you use it to invoke actions on business 
objects, in essence to replay what a real-life user would have done. That way, 
the fixture script will remain valid even if the underlying implementation of 
the system changes in the future.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Here’s the <code>RecreateSimpleObjects</code> fixture script 
from the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
+          <p>Here’s the <code>RecreateSimpleObjects</code> fixture script 
from the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -2914,7 +2914,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
             </tr> 
             <tr> 
              <td><i class="conum" data-value="6"></i><b>6</b></td> 
-             <td>wrap the injected <code>SimpleObjects</code> domain service 
(using the <a 
href="rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a>) to 
simulate interaction through the UI…​</td> 
+             <td>wrap the injected <code>SimpleObjects</code> domain service 
(using the <a 
href="../rgsvc/rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a>)
 to simulate interaction through the UI…​</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="7"></i><b>7</b></td> 
@@ -2938,7 +2938,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
           <p>Fixture scripts can be called from integration tests just the 
same way that fixture scripts can call one another.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>For example, here’s an integration test from the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
+          <p>For example, here’s an integration test from the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -3004,7 +3004,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>a fairly flat style, eg as in the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>, also as in the <a 
href="http://github.com/isisaddons/isis-app-todoapp";>Isis addons' 
todoapp</a>;</p> </li> 
+           <li> <p>a fairly flat style, eg as in the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a>, also as in the <a 
href="http://github.com/isisaddons/isis-app-todoapp";>Isis addons' 
todoapp</a>;</p> </li> 
            <li> <p>in a "composite pattern" style, eg as in the <a 
href="https://github.com/estatio/estatio/blob/ea20a6ce257acede50de6ce4fd2ff29713fcd689/estatioapp/fixture/src/main/java/org/estatio/fixture/invoice/InvoiceForLeaseItemTypeOfDiscountOneQuarterForOxfMiracle005.java#L66)">Estatio
 open source app</a>.</p> </li> 
           </ul> 
          </div> 
@@ -3042,7 +3042,7 @@ Feature: <span class="predefined-type">List</span> and 
Create New Simple Objects
           <p>Back in the earlier section we noted the 
<code>MultipleExecutionStrategy</code> setting. We can now explain the meaning 
of this: the enum value of <code>EXECUTE</code> is designed for the flat style 
(where every fixture script will be called), whereas the enum value of 
<code>IGNORE</code> is designed for the composite style, and ensures that any 
fixture scripts visited more than once (eg TearDown) are only every executed 
the first time.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>As already noted , the app generated by the <a 
href="ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a> uses the flat structure, and we feel that it’s a better at 
separating out the "how" (how we set up some graph of domain objects into a 
known state, eg a customer with shipped placed orders and a newly placed order) 
from the "what" (what data should we actually use for the customer’s name, 
say).</p> 
+          <p>As already noted , the app generated by the <a 
href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp 
archetype</a> uses the flat structure, and we feel that it’s a better at 
separating out the "how" (how we set up some graph of domain objects into a 
known state, eg a customer with shipped placed orders and a newly placed order) 
from the "what" (what data should we actually use for the customer’s name, 
say).</p> 
          </div> 
          <div class="paragraph"> 
           <p>The composite style tends to combine these, which one could argue 
does not separate responsibilities well enough. On the other hand, one could 
also make an argument that the composite style is a good way to implement 
precanned personas, eg "Joe", the customer who has a newly placed order, from 
"Mary" customer who has none.</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/6ad91949/content/guides/ugtst/ugtst.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugtst/ugtst.pdf b/content/guides/ugtst/ugtst.pdf
index a4246ae..283cdc7 100644
--- a/content/guides/ugtst/ugtst.pdf
+++ b/content/guides/ugtst/ugtst.pdf
@@ -4,8 +4,8 @@
 << /Title (Testing)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170411195556+01'00')
-/ModDate (D:20170411195556+01'00')
+/CreationDate (D:20170420093420+01'00')
+/ModDate (D:20170420093420+01'00')
 >>
 endobj
 2 0 obj
@@ -3517,7 +3517,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_WrapperFactory)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_WrapperFactory)
 >>
 /Subtype /Link
 /Rect [70.62936067708333 658.746 144.12936067708333 669.246]
@@ -4617,7 +4617,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_super_FixtureScripts)
+/URI (../rgcms/rgcms.pdf#_rgcms_classes_super_FixtureScripts)
 >>
 /Subtype /Link
 /Rect [393.1932666666666 67.47000000000014 468.34719999999993 
81.75000000000014]
@@ -6808,7 +6808,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_utility_ObjectContracts)
+/URI (../rgcms/rgcms.pdf#_rgcms_classes_utility_ObjectContracts)
 >>
 /Subtype /Link
 /Rect [88.05504166666667 149.97600000000025 166.80504166666668 
160.47600000000025]
@@ -8877,7 +8877,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI 
(ugfun.pdf#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships)
+/URI 
(../ugfun/ugfun.pdf#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships)
 >>
 /Subtype /Link
 /Rect [310.4565 549.8100000000002 447.544294921875 564.0900000000003]
@@ -8888,7 +8888,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI 
(ugfun.pdf#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships)
+/URI 
(../ugfun/ugfun.pdf#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships)
 >>
 /Subtype /Link
 /Rect [187.83921794871793 486.4700000000003 210.67671794871796 
500.7500000000003]
@@ -8899,7 +8899,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#<em>dg_ide_intellij_live-templates)
+/URI (../dg/dg.pdf#<em>dg_ide_intellij_live-templates)
 >>
 /Subtype /Link
 /Rect [516.7384999999999 486.4700000000003 535.04 500.7500000000003]
@@ -8910,7 +8910,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#<em>dg_ide_intellij_live-templates)
+/URI (../dg/dg.pdf#<em>dg_ide_intellij_live-templates)
 >>
 /Subtype /Link
 /Rect [125.80666666666667 470.69000000000034 228.52816666666666 
484.9700000000003]
@@ -8921,7 +8921,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#</em>dg_ide_eclipse_editor-templates)
+/URI (../dg/dg.pdf#</em>dg_ide_eclipse_editor-templates)
 >>
 /Subtype /Link
 /Rect [236.9911666666667 470.69000000000034 374.1001666666667 
484.9700000000003]
@@ -19011,7 +19011,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [416.53209531249996 307.78 524.7734782552083 322.05999999999995]
@@ -24591,7 +24591,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_super_FixtureScripts)
+/URI (../rgcms/rgcms.pdf#_rgcms_classes_super_FixtureScripts)
 >>
 /Subtype /Link
 /Rect [83.499 499.1359999999999 156.999 509.6359999999999]
@@ -26298,7 +26298,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
+/URI (../rgcms/rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
 >>
 /Subtype /Link
 /Rect [48.239999999999995 118.05600000000001 105.99000000000001 128.556]
@@ -26309,7 +26309,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [408.746384765625 88.68 515.972384765625 102.96000000000001]
@@ -30975,7 +30975,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
+/URI (../rgcms/rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
 >>
 /Subtype /Link
 /Rect [417.6087949218751 326.58000000000004 496.2117949218751 340.86]
@@ -37848,7 +37848,10 @@ endobj
 endobj
 150 0 obj
 << /Border [0 0 0]
-/Dest (_ugtst_bdd-spec-support)
+/A << /Type /Action
+/S /URI
+/URI (../ugtst/ugtst.pdf#_ugtst_bdd-spec-support)
+>>
 /Subtype /Link
 /Rect [287.61678629557287 283.36400000000026 382.9714700520833 
297.64400000000023]
 /Type /Annot
@@ -39377,7 +39380,10 @@ endobj
 endobj
 154 0 obj
 << /Border [0 0 0]
-/Dest (_ugtst_unit-test-support_jmock-extensions)
+/A << /Type /Action
+/S /URI
+/URI (../ugtst/ugtst.pdf#_ugtst_unit-test-support_jmock-extensions)
+>>
 /Subtype /Link
 /Rect [454.506 564.1999999999999 542.5065 578.48]
 /Type /Annot
@@ -39387,7 +39393,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugbtb.pdf#_ugbtb_i18n)
+/URI (../ugbtb/ugbtb.pdf#_ugbtb_i18n)
 >>
 /Subtype /Link
 /Rect [368.87829492187507 520.6400000000001 425.6517949218751 
534.9200000000001]
@@ -39398,7 +39404,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_WrapperFactory)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_WrapperFactory)
 >>
 /Subtype /Link
 /Rect [66.24 407.33600000000007 139.74 417.83600000000007]
@@ -39409,7 +39415,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_TransactionService)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_TransactionService)
 >>
 /Subtype /Link
 /Rect [66.24 351.7760000000001 160.74 362.2760000000001]
@@ -39420,7 +39426,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_SessionManagementService)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_SessionManagementService)
 >>
 /Subtype /Link
 /Rect [66.24 296.21600000000024 192.24 306.7160000000002]
@@ -39434,7 +39440,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_WrapperFactory)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_WrapperFactory)
 >>
 /Subtype /Link
 /Rect [70.33383763020832 194.57600000000025 143.83383763020834 
205.07600000000025]
@@ -42402,7 +42408,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugvw.pdf)
+/URI (../ugvw/ugvw.pdf)
 >>
 /Subtype /Link
 /Rect [424.5920811631944 402.82000000000033 497.2564380425347 
417.1000000000003]
@@ -45112,7 +45118,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_EventBusService)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_EventBusService)
 >>
 /Subtype /Link
 /Rect [95.2695 259.43600000000004 174.0195 269.93600000000004]
@@ -46275,7 +46281,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [492.49249999999995 755.5799999999999 547.04 769.86]
@@ -46286,7 +46292,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [48.24 739.8 98.19900000000001 754.08]
@@ -47228,7 +47234,10 @@ endobj
 endobj
 194 0 obj
 << /Border [0 0 0]
-/Dest (_ugtst_integ-test-support)
+/A << /Type /Action
+/S /URI
+/URI (../ugtst/ugtst.pdf#_ugtst_integ-test-support)
+>>
 /Subtype /Link
 /Rect [341.0354615885417 157.48000000000022 461.70351236979167 
171.76000000000022]
 /Type /Annot
@@ -50503,7 +50512,10 @@ endobj
 endobj
 204 0 obj
 << /Border [0 0 0]
-/Dest (_ugtst_integ-test-support)
+/A << /Type /Action
+/S /URI
+/URI (../ugtst/ugtst.pdf#_ugtst_integ-test-support)
+>>
 /Subtype /Link
 /Rect [130.54200000000003 645.15 252.17605078125 659.4300000000001]
 /Type /Annot
@@ -50513,7 +50525,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [250.23900000000003 617.37 357.46500000000003 631.6500000000001]
@@ -50557,7 +50569,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [125.80666666666667 101.63000000000014 234.61305243844697 
115.91000000000014]
@@ -53513,7 +53525,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [79.7715 521.3900000000001 186.99750000000003 535.6700000000001]
@@ -56094,7 +56106,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [417.7038953125 271.65999999999997 525.5546782552083 285.93999999999994]
@@ -59137,7 +59149,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_spi_FixtureScriptsSpecificationProvider)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_spi_FixtureScriptsSpecificationProvider)
 >>
 /Subtype /Link
 /Rect [128.68863636363636 404.3960000000003 312.43863636363636 
414.8960000000003]
@@ -59148,7 +59160,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_FixtureScriptsDefault)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_FixtureScriptsDefault)
 >>
 /Subtype /Link
 /Rect [112.35922727272728 329.2760000000003 222.60922727272728 
339.7760000000003]
@@ -59159,7 +59171,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [48.24000000000001 268.3400000000003 155.466 282.62000000000035]
@@ -60690,7 +60702,10 @@ endobj
 endobj
 243 0 obj
 << /Border [0 0 0]
-/Dest (__ugtst_fixture-scripts_api-and-usage_organizing)
+/A << /Type /Action
+/S /URI
+/URI (../ugtst/ugtst.pdf#__ugtst_fixture-scripts_api-and-usage_organizing)
+>>
 /Subtype /Link
 /Rect [77.6505 445.23999999999995 208.218 459.5199999999999]
 /Type /Annot
@@ -62562,7 +62577,10 @@ endobj
 endobj
 248 0 obj
 << /Border [0 0 0]
-/Dest (__ugtst_fixture-scripts_api-and-usage_organizing)
+/A << /Type /Action
+/S /URI
+/URI (../ugtst/ugtst.pdf#__ugtst_fixture-scripts_api-and-usage_organizing)
+>>
 /Subtype /Link
 /Rect [77.6505 334.64000000000004 208.218 348.92]
 /Type /Annot
@@ -63792,7 +63810,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [327.5733333333333 244.9979077429984 437.544 259.2779077429984]
@@ -64976,7 +64994,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [328.653 428.0200000000002 435.879 442.3000000000002]
@@ -73221,7 +73239,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_WrapperFactory)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_WrapperFactory)
 >>
 /Subtype /Link
 /Rect [400.75235898437495 667.7760000000001 474.25235898437495 
678.2760000000001]
@@ -73235,7 +73253,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [289.172384765625 464.6600000000005 396.39838476562505 
478.94000000000045]
@@ -75604,7 +75622,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [211.71750000000003 203.65999999999997 318.94350000000003 
217.93999999999997]
@@ -76585,7 +76603,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
+/URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
 /Rect [277.9698830566406 259.40670050761423 386.42097119140624 
273.6867005076142]
@@ -83005,399 +83023,399 @@ xref
 0000067135 00000 n 
 0000067409 00000 n 
 0000067611 00000 n 
-0000067812 00000 n 
-0000085715 00000 n 
-0000085771 00000 n 
-0000102917 00000 n 
-0000103186 00000 n 
-0000103230 00000 n 
-0000103286 00000 n 
-0000103517 00000 n 
-0000114768 00000 n 
-0000115045 00000 n 
-0000115089 00000 n 
-0000115312 00000 n 
-0000115367 00000 n 
-0000115604 00000 n 
-0000115839 00000 n 
-0000116061 00000 n 
-0000139642 00000 n 
-0000139905 00000 n 
-0000139949 00000 n 
-0000140004 00000 n 
-0000140207 00000 n 
-0000140262 00000 n 
-0000140498 00000 n 
-0000171294 00000 n 
-0000171591 00000 n 
-0000171646 00000 n 
-0000171909 00000 n 
-0000172184 00000 n 
-0000172399 00000 n 
-0000172628 00000 n 
-0000172857 00000 n 
-0000196847 00000 n 
-0000197129 00000 n 
-0000197425 00000 n 
-0000197469 00000 n 
-0000197644 00000 n 
-0000219558 00000 n 
-0000219821 00000 n 
-0000219865 00000 n 
-0000220163 00000 n 
-0000220218 00000 n 
-0000220426 00000 n 
-0000244574 00000 n 
-0000244898 00000 n 
-0000245122 00000 n 
-0000245319 00000 n 
-0000245506 00000 n 
-0000245719 00000 n 
-0000245949 00000 n 
-0000246155 00000 n 
-0000246467 00000 n 
-0000257187 00000 n 
-0000257465 00000 n 
-0000257510 00000 n 
-0000257706 00000 n 
-0000257933 00000 n 
-0000257989 00000 n 
-0000307110 00000 n 
-0000307352 00000 n 
-0000307528 00000 n 
-0000327404 00000 n 
-0000327677 00000 n 
-0000327723 00000 n 
-0000328733 00000 n 
-0000329363 00000 n 
-0000329409 00000 n 
-0000329638 00000 n 
-0000340606 00000 n 
-0000340834 00000 n 
-0000369779 00000 n 
-0000370038 00000 n 
-0000370084 00000 n 
-0000370141 00000 n 
-0000370373 00000 n 
-0000409778 00000 n 
-0000410038 00000 n 
-0000410248 00000 n 
-0000435669 00000 n 
-0000435974 00000 n 
-0000436184 00000 n 
-0000436391 00000 n 
-0000436631 00000 n 
-0000436677 00000 n 
-0000436906 00000 n 
-0000437131 00000 n 
-0000471134 00000 n 
-0000471375 00000 n 
-0000471421 00000 n 
-0000471478 00000 n 
-0000471536 00000 n 
-0000502314 00000 n 
-0000502573 00000 n 
-0000502799 00000 n 
-0000502857 00000 n 
-0000544517 00000 n 
-0000544759 00000 n 
-0000573824 00000 n 
-0000574096 00000 n 
-0000574142 00000 n 
-0000574426 00000 n 
-0000602830 00000 n 
-0000603103 00000 n 
-0000603160 00000 n 
-0000603342 00000 n 
-0000603400 00000 n 
-0000626774 00000 n 
-0000627116 00000 n 
-0000627283 00000 n 
-0000627491 00000 n 
-0000627691 00000 n 
-0000627893 00000 n 
-0000628102 00000 n 
-0000628160 00000 n 
-0000628384 00000 n 
-0000628598 00000 n 
-0000628803 00000 n 
-0000643232 00000 n 
-0000643512 00000 n 
-0000657868 00000 n 
-0000657925 00000 n 
-0000658094 00000 n 
-0000687612 00000 n 
-0000687923 00000 n 
-0000687980 00000 n 
-0000688175 00000 n 
-0000688233 00000 n 
-0000726214 00000 n 
-0000726500 00000 n 
-0000726705 00000 n 
-0000744312 00000 n 
-0000744579 00000 n 
-0000744625 00000 n 
-0000745358 00000 n 
-0000745575 00000 n 
-0000745778 00000 n 
-0000761381 00000 n 
-0000761722 00000 n 
-0000761768 00000 n 
-0000761988 00000 n 
-0000762217 00000 n 
-0000762411 00000 n 
-0000762468 00000 n 
-0000762683 00000 n 
-0000762917 00000 n 
-0000763145 00000 n 
-0000763382 00000 n 
-0000763440 00000 n 
-0000763624 00000 n 
-0000763682 00000 n 
-0000783016 00000 n 
-0000783283 00000 n 
-0000783329 00000 n 
-0000783386 00000 n 
-0000783443 00000 n 
-0000783500 00000 n 
-0000813869 00000 n 
-0000814181 00000 n 
-0000814350 00000 n 
-0000814579 00000 n 
-0000814824 00000 n 
-0000815055 00000 n 
-0000815310 00000 n 
-0000815552 00000 n 
-0000855746 00000 n 
-0000856008 00000 n 
-0000856217 00000 n 
-0000856446 00000 n 
-0000856806 00000 n 
-0000891560 00000 n 
-0000891902 00000 n 
-0000892280 00000 n 
-0000892486 00000 n 
-0000892717 00000 n 
-0000892763 00000 n 
-0000892965 00000 n 
-0000893165 00000 n 
-0000893391 00000 n 
-0000893598 00000 n 
-0000893644 00000 n 
-0000893881 00000 n 
-0000915051 00000 n 
-0000915279 00000 n 
-0000930026 00000 n 
-0000930319 00000 n 
-0000930365 00000 n 
-0000930582 00000 n 
-0000930846 00000 n 
-0000944668 00000 n 
-0000944943 00000 n 
-0000944989 00000 n 
-0000945046 00000 n 
-0000945290 00000 n 
-0000945520 00000 n 
-0000945749 00000 n 
-0000968326 00000 n 
-0000968602 00000 n 
-0000968787 00000 n 
-0000968992 00000 n 
-0000969228 00000 n 
-0000995650 00000 n 
-0000995910 00000 n 
-0000996084 00000 n 
-0001048032 00000 n 
-0001049396 00000 n 
-0001049674 00000 n 
-0001049878 00000 n 
-0001094910 00000 n 
-0001095114 00000 n 
-0001104389 00000 n 
-0001104668 00000 n 
-0001146250 00000 n 
-0001146448 00000 n 
-0001146676 00000 n 
-0001163061 00000 n 
-0001163320 00000 n 
-0001163366 00000 n 
-0001163584 00000 n 
-0001230252 00000 n 
-0001230512 00000 n 
-0001230751 00000 n 
-0001238665 00000 n 
-0001238932 00000 n 
-0001270883 00000 n 
-0001271137 00000 n 
-0001279494 00000 n 
-0001279788 00000 n 
-0001280011 00000 n 
-0001280068 00000 n 
-0001280307 00000 n 
-0001313524 00000 n 
-0001313813 00000 n 
-0001313859 00000 n 
-0001314101 00000 n 
-0001314325 00000 n 
-0001314724 00000 n 
-0001336327 00000 n 
-0001338665 00000 n 
-0001338930 00000 n 
-0001339123 00000 n 
-0001348414 00000 n 
-0001349235 00000 n 
-0001349440 00000 n 
-0001372528 00000 n 
-0001380151 00000 n 
-0001380431 00000 n 
-0001380627 00000 n 
-0001380867 00000 n 
-0001380924 00000 n 
-0001396650 00000 n 
-0001396930 00000 n 
-0001397153 00000 n 
-0001397210 00000 n 
-0001397434 00000 n 
-0001452196 00000 n 
-0001452451 00000 n 
-0001452577 00000 n 
-0001452697 00000 n 
-0001452822 00000 n 
-0001452948 00000 n 
-0001453087 00000 n 
-0001453227 00000 n 
-0001453386 00000 n 
-0001453536 00000 n 
-0001453683 00000 n 
-0001453832 00000 n 
-0001453992 00000 n 
-0001454165 00000 n 
-0001454338 00000 n 
-0001454500 00000 n 
-0001454665 00000 n 
-0001454821 00000 n 
-0001454970 00000 n 
-0001455121 00000 n 
-0001455284 00000 n 
-0001455438 00000 n 
-0001455590 00000 n 
-0001455735 00000 n 
-0001455893 00000 n 
-0001456044 00000 n 
-0001456211 00000 n 
-0001456371 00000 n 
-0001456552 00000 n 
-0001456727 00000 n 
-0001456903 00000 n 
-0001457081 00000 n 
-0001457274 00000 n 
-0001457471 00000 n 
-0001457658 00000 n 
-0001457847 00000 n 
-0001458018 00000 n 
-0001458189 00000 n 
-0001458375 00000 n 
-0001458561 00000 n 
-0001458746 00000 n 
-0001458931 00000 n 
-0001459118 00000 n 
-0001459305 00000 n 
-0001459493 00000 n 
-0001459683 00000 n 
-0001459852 00000 n 
-0001460021 00000 n 
-0001460203 00000 n 
-0001460385 00000 n 
-0001460567 00000 n 
-0001460749 00000 n 
-0001460937 00000 n 
-0001461125 00000 n 
-0001461303 00000 n 
-0001461483 00000 n 
-0001461669 00000 n 
-0001461857 00000 n 
-0001462015 00000 n 
-0001462184 00000 n 
-0001462357 00000 n 
-0001462540 00000 n 
-0001462711 00000 n 
-0001462895 00000 n 
-0001463077 00000 n 
-0001463364 00000 n 
-0001463442 00000 n 
-0001463579 00000 n 
-0001463771 00000 n 
-0001463996 00000 n 
-0001464171 00000 n 
-0001464400 00000 n 
-0001464641 00000 n 
-0001464893 00000 n 
-0001465165 00000 n 
-0001465401 00000 n 
-0001465605 00000 n 
-0001465833 00000 n 
-0001466013 00000 n 
-0001466214 00000 n 
-0001466479 00000 n 
-0001466676 00000 n 
-0001466895 00000 n 
-0001467115 00000 n 
-0001467322 00000 n 
-0001467616 00000 n 
-0001467810 00000 n 
-0001468007 00000 n 
-0001468224 00000 n 
-0001468431 00000 n 
-0001468693 00000 n 
-0001468883 00000 n 
-0001469084 00000 n 
-0001469312 00000 n 
-0001469501 00000 n 
-0001469708 00000 n 
-0001469952 00000 n 
-0001470135 00000 n 
-0001470321 00000 n 
-0001470693 00000 n 
-0001479472 00000 n 
-0001479688 00000 n 
-0001481051 00000 n 
-0001482107 00000 n 
-0001489831 00000 n 
-0001490052 00000 n 
-0001491415 00000 n 
-0001492494 00000 n 
-0001493717 00000 n 
-0001493928 00000 n 
-0001494236 00000 n 
-0001495151 00000 n 
-0001499291 00000 n 
-0001499521 00000 n 
-0001500884 00000 n 
-0001502001 00000 n 
-0001506091 00000 n 
-0001506317 00000 n 
-0001507680 00000 n 
-0001508784 00000 n 
-0001514475 00000 n 
-0001514689 00000 n 
-0001516052 00000 n 
-0001517105 00000 n 
-0001518501 00000 n 
-0001518719 00000 n 
-0001520082 00000 n 
-0001521221 00000 n 
-0001523578 00000 n 
-0001523792 00000 n 
-0001524134 00000 n 
-0001525272 00000 n 
-0001526434 00000 n 
-0001526650 00000 n 
-0001526953 00000 n 
+0000067821 00000 n 
+0000085724 00000 n 
+0000085780 00000 n 
+0000102926 00000 n 
+0000103195 00000 n 
+0000103239 00000 n 
+0000103295 00000 n 
+0000103535 00000 n 
+0000114786 00000 n 
+0000115063 00000 n 
+0000115107 00000 n 
+0000115330 00000 n 
+0000115385 00000 n 
+0000115622 00000 n 
+0000115857 00000 n 
+0000116079 00000 n 
+0000139660 00000 n 
+0000139923 00000 n 
+0000139967 00000 n 
+0000140022 00000 n 
+0000140225 00000 n 
+0000140280 00000 n 
+0000140525 00000 n 
+0000171321 00000 n 
+0000171618 00000 n 
+0000171673 00000 n 
+0000171945 00000 n 
+0000172229 00000 n 
+0000172450 00000 n 
+0000172685 00000 n 
+0000172920 00000 n 
+0000196910 00000 n 
+0000197192 00000 n 
+0000197488 00000 n 
+0000197532 00000 n 
+0000197707 00000 n 
+0000219621 00000 n 
+0000219884 00000 n 
+0000219928 00000 n 
+0000220226 00000 n 
+0000220281 00000 n 
+0000220489 00000 n 
+0000244637 00000 n 
+0000244961 00000 n 
+0000245185 00000 n 
+0000245382 00000 n 
+0000245569 00000 n 
+0000245782 00000 n 
+0000246012 00000 n 
+0000246218 00000 n 
+0000246530 00000 n 
+0000257250 00000 n 
+0000257528 00000 n 
+0000257573 00000 n 
+0000257769 00000 n 
+0000257996 00000 n 
+0000258052 00000 n 
+0000307173 00000 n 
+0000307415 00000 n 
+0000307591 00000 n 
+0000327467 00000 n 
+0000327740 00000 n 
+0000327786 00000 n 
+0000328796 00000 n 
+0000329426 00000 n 
+0000329472 00000 n 
+0000329710 00000 n 
+0000340678 00000 n 
+0000340906 00000 n 
+0000369851 00000 n 
+0000370110 00000 n 
+0000370156 00000 n 
+0000370213 00000 n 
+0000370445 00000 n 
+0000409850 00000 n 
+0000410110 00000 n 
+0000410329 00000 n 
+0000435750 00000 n 
+0000436055 00000 n 
+0000436265 00000 n 
+0000436472 00000 n 
+0000436712 00000 n 
+0000436758 00000 n 
+0000436996 00000 n 
+0000437230 00000 n 
+0000471233 00000 n 
+0000471474 00000 n 
+0000471520 00000 n 
+0000471577 00000 n 
+0000471635 00000 n 
+0000502413 00000 n 
+0000502672 00000 n 
+0000502907 00000 n 
+0000502965 00000 n 
+0000544625 00000 n 
+0000544867 00000 n 
+0000573932 00000 n 
+0000574204 00000 n 
+0000574250 00000 n 
+0000574534 00000 n 
+0000602938 00000 n 
+0000603211 00000 n 
+0000603268 00000 n 
+0000603499 00000 n 
+0000603557 00000 n 
+0000626931 00000 n 
+0000627273 00000 n 
+0000627489 00000 n 
+0000627706 00000 n 
+0000627915 00000 n 
+0000628126 00000 n 
+0000628344 00000 n 
+0000628402 00000 n 
+0000628635 00000 n 
+0000628849 00000 n 
+0000629054 00000 n 
+0000643483 00000 n 
+0000643763 00000 n 
+0000658119 00000 n 
+0000658176 00000 n 
+0000658345 00000 n 
+0000687863 00000 n 
+0000688174 00000 n 
+0000688231 00000 n 
+0000688434 00000 n 
+0000688492 00000 n 
+0000726473 00000 n 
+0000726759 00000 n 
+0000726973 00000 n 
+0000744580 00000 n 
+0000744847 00000 n 
+0000744893 00000 n 
+0000745626 00000 n 
+0000745852 00000 n 
+0000746064 00000 n 
+0000761667 00000 n 
+0000762008 00000 n 
+0000762054 00000 n 
+0000762274 00000 n 
+0000762503 00000 n 
+0000762697 00000 n 
+0000762754 00000 n 
+0000762969 00000 n 
+0000763203 00000 n 
+0000763431 00000 n 
+0000763668 00000 n 
+0000763726 00000 n 
+0000763959 00000 n 
+0000764017 00000 n 
+0000783351 00000 n 
+0000783618 00000 n 
+0000783664 00000 n 
+0000783721 00000 n 
+0000783778 00000 n 
+0000783835 00000 n 
+0000814204 00000 n 
+0000814516 00000 n 
+0000814734 00000 n 
+0000814972 00000 n 
+0000815217 00000 n 
+0000815448 00000 n 
+0000815703 00000 n 
+0000815954 00000 n 
+0000856148 00000 n 
+0000856410 00000 n 
+0000856619 00000 n 
+0000856857 00000 n 
+0000857217 00000 n 
+0000891971 00000 n 
+0000892313 00000 n 
+0000892691 00000 n 
+0000892897 00000 n 
+0000893128 00000 n 
+0000893174 00000 n 
+0000893376 00000 n 
+0000893576 00000 n 
+0000893802 00000 n 
+0000894009 00000 n 
+0000894055 00000 n 
+0000894301 00000 n 
+0000915471 00000 n 
+0000915699 00000 n 
+0000930446 00000 n 
+0000930739 00000 n 
+0000930785 00000 n 
+0000931002 00000 n 
+0000931266 00000 n 
+0000945088 00000 n 
+0000945363 00000 n 
+0000945409 00000 n 
+0000945466 00000 n 
+0000945719 00000 n 
+0000945958 00000 n 
+0000946196 00000 n 
+0000968773 00000 n 
+0000969049 00000 n 
+0000969283 00000 n 
+0000969488 00000 n 
+0000969724 00000 n 
+0000996146 00000 n 
+0000996406 00000 n 
+0000996629 00000 n 
+0001048577 00000 n 
+0001049941 00000 n 
+0001050219 00000 n 
+0001050423 00000 n 
+0001095455 00000 n 
+0001095659 00000 n 
+0001104934 00000 n 
+0001105213 00000 n 
+0001146795 00000 n 
+0001146993 00000 n 
+0001147230 00000 n 
+0001163615 00000 n 
+0001163874 00000 n 
+0001163920 00000 n 
+0001164147 00000 n 
+0001230815 00000 n 
+0001231075 00000 n 
+0001231314 00000 n 
+0001239228 00000 n 
+0001239495 00000 n 
+0001271446 00000 n 
+0001271700 00000 n 
+0001280057 00000 n 
+0001280351 00000 n 
+0001280583 00000 n 
+0001280640 00000 n 
+0001280888 00000 n 
+0001314105 00000 n 
+0001314394 00000 n 
+0001314440 00000 n 
+0001314691 00000 n 
+0001314915 00000 n 
+0001315314 00000 n 
+0001336917 00000 n 
+0001339255 00000 n 
+0001339520 00000 n 
+0001339713 00000 n 
+0001349004 00000 n 
+0001349825 00000 n 
+0001350030 00000 n 
+0001373118 00000 n 
+0001380741 00000 n 
+0001381021 00000 n 
+0001381217 00000 n 
+0001381466 00000 n 
+0001381523 00000 n 
+0001397249 00000 n 
+0001397529 00000 n 
+0001397752 00000 n 
+0001397809 00000 n 
+0001398033 00000 n 
+0001452795 00000 n 
+0001453050 00000 n 
+0001453176 00000 n 
+0001453296 00000 n 
+0001453421 00000 n 
+0001453547 00000 n 
+0001453686 00000 n 
+0001453826 00000 n 
+0001453985 00000 n 
+0001454135 00000 n 
+0001454282 00000 n 
+0001454431 00000 n 
+0001454591 00000 n 
+0001454764 00000 n 
+0001454937 00000 n 
+0001455099 00000 n 
+0001455264 00000 n 
+0001455420 00000 n 
+0001455569 00000 n 
+0001455720 00000 n 
+0001455883 00000 n 
+0001456037 00000 n 
+0001456189 00000 n 
+0001456334 00000 n 
+0001456492 00000 n 
+0001456643 00000 n 
+0001456810 00000 n 
+0001456970 00000 n 
+0001457151 00000 n 
+0001457326 00000 n 
+0001457502 00000 n 
+0001457680 00000 n 
+0001457873 00000 n 
+0001458070 00000 n 
+0001458257 00000 n 
+0001458446 00000 n 
+0001458617 00000 n 
+0001458788 00000 n 
+0001458974 00000 n 
+0001459160 00000 n 
+0001459345 00000 n 
+0001459530 00000 n 
+0001459717 00000 n 
+0001459904 00000 n 
+0001460092 00000 n 
+0001460282 00000 n 
+0001460451 00000 n 
+0001460620 00000 n 
+0001460802 00000 n 
+0001460984 00000 n 
+0001461166 00000 n 
+0001461348 00000 n 
+0001461536 00000 n 
+0001461724 00000 n 
+0001461902 00000 n 
+0001462082 00000 n 
+0001462268 00000 n 
+0001462456 00000 n 
+0001462614 00000 n 
+0001462783 00000 n 
+0001462956 00000 n 
+0001463139 00000 n 
+0001463310 00000 n 
+0001463494 00000 n 
+0001463676 00000 n 
+0001463963 00000 n 
+0001464041 00000 n 
+0001464178 00000 n 
+0001464370 00000 n 
+0001464595 00000 n 
+0001464770 00000 n 
+0001464999 00000 n 
+0001465240 00000 n 
+0001465492 00000 n 
+0001465764 00000 n 
+0001466000 00000 n 
+0001466204 00000 n 
+0001466432 00000 n 
+0001466612 00000 n 
+0001466813 00000 n 
+0001467078 00000 n 
+0001467275 00000 n 
+0001467494 00000 n 
+0001467714 00000 n 
+0001467921 00000 n 
+0001468215 00000 n 
+0001468409 00000 n 
+0001468606 00000 n 
+0001468823 00000 n 
+0001469030 00000 n 
+0001469292 00000 n 
+0001469482 00000 n 
+0001469683 00000 n 
+0001469911 00000 n 
+0001470100 00000 n 
+0001470307 00000 n 
+0001470551 00000 n 
+0001470734 00000 n 
+0001470920 00000 n 
+0001471292 00000 n 
+0001480071 00000 n 
+0001480287 00000 n 
+0001481650 00000 n 
+0001482706 00000 n 
+0001490430 00000 n 
+0001490651 00000 n 
+0001492014 00000 n 
+0001493093 00000 n 
+0001494316 00000 n 
+0001494527 00000 n 
+0001494835 00000 n 
+0001495750 00000 n 
+0001499890 00000 n 
+0001500120 00000 n 
+0001501483 00000 n 
+0001502600 00000 n 
+0001506690 00000 n 
+0001506916 00000 n 
+0001508279 00000 n 
+0001509383 00000 n 
+0001515074 00000 n 
+0001515288 00000 n 
+0001516651 00000 n 
+0001517704 00000 n 
+0001519100 00000 n 
+0001519318 00000 n 
+0001520681 00000 n 
+0001521820 00000 n 
+0001524177 00000 n 
+0001524391 00000 n 
+0001524733 00000 n 
+0001525871 00000 n 
+0001527033 00000 n 
+0001527249 00000 n 
+0001527552 00000 n 
 trailer
 << /Size 436
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-1528090
+1528689
 %%EOF

Reply via email to