Author: vanto
Date: Sat Sep 28 19:45:00 2013
New Revision: 1527245
URL: http://svn.apache.org/r1527245
Log:
two links to examples fixed.
Modified:
ode/site/trunk/content/creating-a-process.mdtext
Modified: ode/site/trunk/content/creating-a-process.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/creating-a-process.mdtext?rev=1527245&r1=1527244&r2=1527245&view=diff
==============================================================================
--- ode/site/trunk/content/creating-a-process.mdtext (original)
+++ ode/site/trunk/content/creating-a-process.mdtext Sat Sep 28 19:45:00 2013
@@ -66,7 +66,7 @@ A very simple process that would only be
</deploy>
-See the complete example
[here](https://svn.apache.org/repos/asf/ode/trunk/distro-axis2/src/examples/HelloWorld2/).
+See the complete example
[here](https://github.com/apache/ode/tree/master/distro/src/examples-war/HelloWorld2).
A deployment including two processes invoking each other and whose execution
would be triggered by a first message would look like:
@@ -97,7 +97,7 @@ A deployment including two processes inv
</deploy>
-See the complete example
[here](https://svn.apache.org/repos/asf/ode/trunk/distro-axis2/src/examples/MagicSession/).
+See the complete example
[here](https://github.com/apache/ode/tree/master/distro/src/examples-war/MagicSession).
<a name="CreatingaProcess-Additionalsettings"></a>
## Additional settings
@@ -152,4 +152,4 @@ To read process properties in a BPEL pro
<to>$threshold</to>
</copy>
</assign>
- ...
+ ...
\ No newline at end of file