Author: zoe
Date: Wed Feb 2 11:27:10 2011
New Revision: 1066420
URL: http://svn.apache.org/viewvc?rev=1066420&view=rev
Log:
fix links
Modified:
aries/site/trunk/content/downloads/blogsample-0.3.mdtext
Modified: aries/site/trunk/content/downloads/blogsample-0.3.mdtext
URL:
http://svn.apache.org/viewvc/aries/site/trunk/content/downloads/blogsample-0.3.mdtext?rev=1066420&r1=1066419&r2=1066420&view=diff
==============================================================================
--- aries/site/trunk/content/downloads/blogsample-0.3.mdtext (original)
+++ aries/site/trunk/content/downloads/blogsample-0.3.mdtext Wed Feb 2
11:27:10 2011
@@ -26,10 +26,10 @@ blog-datasource) as indicated in the com
<a name="BlogSample-CreatetheOSGiplatformfortheBlogsample"></a>
### Create the OSGi platform for the Blog sample
-Download and unzip the source zip for the [latest
release](aries:downloads.html)
+Download and unzip the source zip for the [latest
release](/downloads/currentrelease.html)
of Aries Samples and build the blog-assembly module:
- cd samples-0.2-incubating/blog/blog-assembly
+ cd samples-0.3/blog/blog-assembly
mvn install
This procedure will pull in the binaries from the latest release and its
@@ -42,7 +42,7 @@ Download the JDBC based Blog sample appl
. Change directory to the blog-assembly target directory:
- cd samples-0.2-incubating/blog-sample/blog-assembly/target
+ cd samples-0.3/blog-sample/blog-assembly/target
now start Aries in an OSGi framework (we're using Eclipse Equinox in this