You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@provisionr.apache.org by as...@apache.org on 2013/07/02 12:26:00 UTC

svn commit: r1498869 - /incubator/provisionr/site/trunk/source.html

Author: asavu
Date: Tue Jul  2 10:25:59 2013
New Revision: 1498869

URL: http://svn.apache.org/r1498869
Log:
Added links to GitHub mirror and Sonar instance

Modified:
    incubator/provisionr/site/trunk/source.html

Modified: incubator/provisionr/site/trunk/source.html
URL: http://svn.apache.org/viewvc/incubator/provisionr/site/trunk/source.html?rev=1498869&r1=1498868&r2=1498869&view=diff
==============================================================================
--- incubator/provisionr/site/trunk/source.html (original)
+++ incubator/provisionr/site/trunk/source.html Tue Jul  2 10:25:59 2013
@@ -125,13 +125,25 @@
     </code>
 
     <br /><br />
-    <p>You can also view the repository using the browser at the following url:</p>
+    <p>You can view the repository using the browser at the following url:</p>
 
     <code>
         <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-provisionr.git">https://git-wip-us.apache.org/repos/asf?p=incubator-provisionr.git</a>
     </code>
 
     <br /><br />
+    <p>Or on GitHub (read-only mirror):</p>
+    <code>
+      <a href="https://github.com/apache/incubator-provisionr">https://github.com/apache/incubator-provisionr</a>
+    </code>
+
+    <br /><br />
+    <p>There is also a Sonar instance that runs a bunch of static code quality checks:</p>
+    <code>
+      <a href="https://analysis.apache.org/dashboard/index/142039">https://analysis.apache.org/dashboard/index/142039</a>
+    </code>
+
+    <br /><br />
     <p>If you are looking for a binary artifact that you can run directly check the <a href="releases.html">releases</a> tab</p>
 
     <div class="clearfix"></div>