You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/06/10 16:11:58 UTC

svn commit: r1348601 - in /db/torque/torque4/trunk/torque-site/src/site/xdoc: tools.xml tutorial/codegen/gettingStarted.xml tutorial/orm/step4.xml

Author: tfischer
Date: Sun Jun 10 14:11:57 2012
New Revision: 1348601

URL: http://svn.apache.org/viewvc?rev=1348601&view=rev
Log:
fix links

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tools.xml
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step4.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tools.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tools.xml?rev=1348601&r1=1348600&r2=1348601&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tools.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tools.xml Sun Jun 10 14:11:57 2012
@@ -35,7 +35,7 @@
        created to transform one form into the other.
      </p>
      <p>
-       To use the script <a href="./D4-Torque.xslt"><code>D4-Torque.xslt</code></a>,
+       To use the script <a href="tools/D4-Torque.xslt"><code>D4-Torque.xslt</code></a>,
        simply fire up the XSLT-processor of your choice and give it the DBDesigner
        model as an input.
      </p>
@@ -58,7 +58,7 @@
        <a href="http://mogwai.sourceforge.net/erdesigner/erdesigner.html">Mogwai ERDesigner</a>
        is a tool for vizualizing the Database structure which uses an
        XML-based file format.
-       The stylesheet <a href="./schema2erd.xsl">schema2erd.xsl</a> translates
+       The stylesheet <a href="tools/schema2erd.xsl">schema2erd.xsl</a> translates
        a Torque-schema into the mogwai-format.  It transforms entities
        (=tables), attributes (=columns) and relations (=foreign-keys).
      </p>

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml?rev=1348601&r1=1348600&r2=1348601&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/codegen/gettingStarted.xml Sun Jun 10 14:11:57 2012
@@ -190,7 +190,7 @@ $torqueGen.mergepoint("methods")##
       of the torqueGen Object. The torqueGen object is placed into the velocity
       context by the torque generator and contains methods for defining
       mergepoints and accessing the source, options and variables. See
-      <a href="../../modules/generator/apidocs/org/apache/torque/generator/template/velocity/TorqueGenVelocity.html">its javadoc</a>
+      <a href="../../documentation/modules/generator/apidocs/org/apache/torque/generator/template/velocity/TorqueGenVelocity.html">its javadoc</a>
       for the available methods.
     </p>
     <p>
@@ -211,7 +211,7 @@ $torqueGen.mergepoint("methods")##
       torgueGen (${torqueGen.getSourceElement()) and ask it whether it
       has following siblings (i.e. source elements with the same parent
       and the same name) (see
-      <a href="../../modules/generator/apidocs/org/apache/torque/gen/source/SourceElement.html">the SourceElement javadoc</a>
+      <a href="../../documentation/modules/generator/apidocs/org/apache/torque/gen/source/SourceElement.html">the SourceElement javadoc</a>
       for available methods on a source element).
     </p>
     <source><![CDATA[

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step4.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step4.xml?rev=1348601&r1=1348600&r2=1348601&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step4.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step4.xml Sun Jun 10 14:11:57 2012
@@ -75,7 +75,7 @@ torque.dsfactory.bookstore.connection.pa
     to match the parameters for your database.
     In the following table, the parameters used in the sample
     configuration are described. For further information, see the
-    <a href="../../documentation/modules/runtime/initialisation-configuration.html#Configuration">Runtime Configuration Reference</a>.
+    <a href="../../documentation/modules/runtime/reference/initialisation-configuration.html#Configuration">Runtime Configuration Reference</a>.
   </p>
 
   <table>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org