You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/21 14:30:16 UTC

svn commit: r1352518 - /manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml

Author: kwright
Date: Thu Jun 21 12:30:16 2012
New Revision: 1352518

URL: http://svn.apache.org/viewvc?rev=1352518&view=rev
Log:
Add git hub address to developer docs

Modified:
    manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml?rev=1352518&r1=1352517&r2=1352518&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/developer-resources.xml Thu Jun 21 12:30:16 2012
@@ -25,11 +25,14 @@
 
     <section id="source">
 	<title>Source Code</title>
-	<p>The source files are stored using Subversion (see <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a> and <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>)
-	</p>
+	<p>The source files are stored using Subversion (see <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a> and <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>)</p>
 	<p>
 	    <code>svn checkout http://svn.apache.org/repos/asf/manifoldcf/trunk mcf-trunk</code>
 	</p>
+	<p>A read-only Git hub is also available for those who use Git.   The URL for Git is:</p>
+	<p>
+	    <code>git://git.apache.org/manifoldcf.git</code>
+	</p>
     </section>
 
     <section id="debugging">