You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by as...@apache.org on 2013/09/10 12:05:28 UTC

svn commit: r1521419 - in /incubator/devicemap/site/trunk/content/devicemap: getting-started.mdtext source.mdtext

Author: asavory
Date: Tue Sep 10 10:05:28 2013
New Revision: 1521419

URL: http://svn.apache.org/r1521419
Log:
Fix code formatting and add link to raw svn

Modified:
    incubator/devicemap/site/trunk/content/devicemap/getting-started.mdtext
    incubator/devicemap/site/trunk/content/devicemap/source.mdtext

Modified: incubator/devicemap/site/trunk/content/devicemap/getting-started.mdtext
URL: http://svn.apache.org/viewvc/incubator/devicemap/site/trunk/content/devicemap/getting-started.mdtext?rev=1521419&r1=1521418&r2=1521419&view=diff
==============================================================================
--- incubator/devicemap/site/trunk/content/devicemap/getting-started.mdtext (original)
+++ incubator/devicemap/site/trunk/content/devicemap/getting-started.mdtext Tue Sep 10 10:05:28 2013
@@ -17,6 +17,7 @@ svn co http://svn.apache.org/repos/asf/i
 </pre>
 
 * Build OpenDDR:
+<pre>
 cd devicemap/openddr/data && mvn clean install
 cd ../java && mvn clean install
 </pre>
\ No newline at end of file

Modified: incubator/devicemap/site/trunk/content/devicemap/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/devicemap/site/trunk/content/devicemap/source.mdtext?rev=1521419&r1=1521418&r2=1521419&view=diff
==============================================================================
--- incubator/devicemap/site/trunk/content/devicemap/source.mdtext (original)
+++ incubator/devicemap/site/trunk/content/devicemap/source.mdtext Tue Sep 10 10:05:28 2013
@@ -2,7 +2,7 @@ Title: Source
 
 All of the source code for DeviceMap can be found in the [DeviceMap SVN repository](http://svn.apache.org/viewvc/incubator/devicemap/).
 
-To get a copy of the source:
+To get a copy of the [source](http://svn.apache.org/repos/asf/incubator/devicemap/trunk/):
 <pre>
 svn co http://svn.apache.org/repos/asf/incubator/devicemap/trunk/ devicemap
 </pre>