You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by ah...@apache.org on 2013/02/20 17:35:02 UTC

svn commit: r1448281 - /incubator/streams/site/trunk/content/streams-usage.mdtext

Author: ahart
Date: Wed Feb 20 16:35:01 2013
New Revision: 1448281

URL: http://svn.apache.org/r1448281
Log:
update footnotes to conform to Markdown syntax and render as links in the text

Modified:
    incubator/streams/site/trunk/content/streams-usage.mdtext

Modified: incubator/streams/site/trunk/content/streams-usage.mdtext
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/streams-usage.mdtext?rev=1448281&r1=1448280&r2=1448281&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/streams-usage.mdtext (original)
+++ incubator/streams/site/trunk/content/streams-usage.mdtext Wed Feb 20 16:35:01 2013
@@ -24,7 +24,7 @@ The following is an outline of how to wo
 
 ---
 
-Streams is designed for deployment in Apache ServiceMix which provides Apache Camel and as OSGI container.  Step 1 is to download the latest [ServiceMix][1].  You should also get the latest [Streams source] [2].  
+Streams is designed for deployment in Apache ServiceMix which provides Apache Camel and as OSGI container.  Step 1 is to download the latest [ServiceMix] [1].  You should also get the latest [Streams source] [2].  
 
      mvn install
 
@@ -87,5 +87,6 @@ This will return a unique URL that can t
 
 Now, POST some JSON activitystrea.ms to the URL you received for the Publisher and then GET the URL you received for the Subscriber.
 
-[1]http://servicemix.apache.org/
-[2]http://streams.incubator.apache.org/source-repository.html
\ No newline at end of file
+
+[1]: http://servicemix.apache.org/
+[2]: http://streams.incubator.apache.org/source-repository.html
\ No newline at end of file