Author: jbeard Date: Sat Aug 14 18:27:15 2010 New Revision: 985556 URL: http://svn.apache.org/viewvc?rev=985556&view=rev Log: Corrected links to demos in website.
Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop.xml commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop2.xml commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop3.xml commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/hierarchical-layout/index.xml commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/sandbox/index.xml Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop.xml?rev=985556&r1=985555&r2=985556&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop.xml (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop.xml Sat Aug 14 18:27:15 2010 @@ -53,7 +53,7 @@ </section> <section name="Link to Demo"> <p> - <a href="/scxml-js/demo/drag-and-drop/drag-and-drop.xhtml">Go to demo.</a> + <a href="../../scxml-js/demo/drag-and-drop/drag-and-drop.xhtml">Go to demo.</a> </p> </section> </body> Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop2.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop2.xml?rev=985556&r1=985555&r2=985556&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop2.xml (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop2.xml Sat Aug 14 18:27:15 2010 @@ -42,7 +42,7 @@ </section> <section name="Link to Demo"> <p> - <a href="/scxml-js/demo/drag-and-drop/drag-and-drop2.xhtml">Go to demo.</a> + <a href="../../scxml-js/demo/drag-and-drop/drag-and-drop2.xhtml">Go to demo.</a> </p> </section> Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop3.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop3.xml?rev=985556&r1=985555&r2=985556&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop3.xml (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop3.xml Sat Aug 14 18:27:15 2010 @@ -50,7 +50,7 @@ </section> <section name="Link to Demo"> <p> - <a href="/scxml-js/demo/drag-and-drop/drag-and-drop3.svg">Go to demo.</a> + <a href="../../scxml-js/demo/drag-and-drop/drag-and-drop3.svg">Go to demo.</a> </p> </section> </body> Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml?rev=985556&r1=985555&r2=985556&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drawing-tool/index.xml Sat Aug 14 18:27:15 2010 @@ -140,7 +140,7 @@ </section> <section name="SCXML Implementation of UI Behaviour"> <p> - The SCXML representation of this behaviour can be found <a href="/scxml-js/demo/drawing-tool/behaviour/canvas.xml">here</a>. + The SCXML representation of this behaviour can be found <a href="../../scxml-js/demo/drawing-tool/behaviour/canvas.xml">here</a>. </p> </section> @@ -154,7 +154,7 @@ </section> <section name="Link to Demo"> <p> - <a href="/scxml-js/demo/drawing-tool/drawing-tool-precompiled.html">Go to demo.</a> + <a href="../../scxml-js/demo/drawing-tool/drawing-tool-precompiled.html">Go to demo.</a> </p> </section> </body> Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/hierarchical-layout/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/hierarchical-layout/index.xml?rev=985556&r1=985555&r2=985556&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/hierarchical-layout/index.xml (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/hierarchical-layout/index.xml Sat Aug 14 18:27:15 2010 @@ -41,7 +41,7 @@ </section> <section name="Link to Demo"> <p> - <a href="/scxml-js/demo/hierarchical-layout/test_with_dom.html">Go to demo.</a> + <a href="../../scxml-js/demo/hierarchical-layout/test_with_dom.html">Go to demo.</a> </p> </section> </body> Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/sandbox/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/sandbox/index.xml?rev=985556&r1=985555&r2=985556&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/sandbox/index.xml (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/sandbox/index.xml Sat Aug 14 18:27:15 2010 @@ -35,7 +35,7 @@ </section> <section name="Link to Demo"> <p> - <a href="/scxml-js/demo/sandbox/sandbox.html">Go to demo.</a> + <a href="../../scxml-js/demo/sandbox/sandbox.html">Go to demo.</a> </p> </section> </body>