You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2012/12/28 17:45:31 UTC

svn commit: r1426573 - in /ode/site/trunk/content: endpoint-configuration.mdtext instance-replayer.mdtext war-deployment.mdtext

Author: vanto
Date: Fri Dec 28 16:45:31 2012
New Revision: 1426573

URL: http://svn.apache.org/viewvc?rev=1426573&view=rev
Log:
link fixes.

Modified:
    ode/site/trunk/content/endpoint-configuration.mdtext
    ode/site/trunk/content/instance-replayer.mdtext
    ode/site/trunk/content/war-deployment.mdtext

Modified: ode/site/trunk/content/endpoint-configuration.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/endpoint-configuration.mdtext?rev=1426573&r1=1426572&r2=1426573&view=diff
==============================================================================
--- ode/site/trunk/content/endpoint-configuration.mdtext (original)
+++ ode/site/trunk/content/endpoint-configuration.mdtext Fri Dec 28 16:45:31 2012
@@ -117,7 +117,7 @@ Such unmanaged properties will also be p
 <a name="EndpointConfiguration-Samplefile"></a>
 #### Sample file
 
-[^sample.endpoint.txt](^sample.endpoint.txt.html)
+[sample.endpoint.txt](/resources/sample.endpoint.txt)
 
 Download, remove the '.txt' prefix, customize then enjoy...
 

Modified: ode/site/trunk/content/instance-replayer.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/instance-replayer.mdtext?rev=1426573&r1=1426572&r2=1426573&view=diff
==============================================================================
--- ode/site/trunk/content/instance-replayer.mdtext (original)
+++ ode/site/trunk/content/instance-replayer.mdtext Fri Dec 28 16:45:31 2012
@@ -12,7 +12,7 @@ There's an ongoing discussion on apache.
 <a name="InstanceReplayer-Example"></a>
 ## Example
 
-Attached are example service assembly [^replayer-example-sa.zip](^replayer-example-sa.zip.html) and SoapUI project [^replayer-example-soapui-project.xml].
+Attached are example service assembly [replayer-example-sa.zip](/resources/replayer-example-sa.zip) and SoapUI project [replayer-example-soapui-project.xml](/resources/replayer-example-soapui-project.xml).
 
 <a name="InstanceReplayer-Usage"></a>
 ## Usage

Modified: ode/site/trunk/content/war-deployment.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/war-deployment.mdtext?rev=1426573&r1=1426572&r2=1426573&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Fri Dec 28 16:45:31 2012
@@ -33,7 +33,7 @@ The ODE war should have been copied to t
                 url="jdbc:mysql://localhost:3306/ode?autoReconnect=true"/>
         </Context>
 
-1. Make sure that MySQL is started and the [ODE schema](^ode_openjpa_mysql-1.3.2.sql.html) has been loaded in a _ode_ database.
+1. Make sure that MySQL is started and the [ODE schema](/resources/ode_openjpa_mysql-1.3.2.sql) has been loaded in a _ode_ database.
 
         :::text
         $ mysql -u root