Author: marrs
Date: Mon Mar 5 15:35:54 2012
New Revision: 1297089
URL: http://svn.apache.org/viewvc?rev=1297089&view=rev
Log:
Updated links to SVN and Git.
Modified:
ace/site/trunk/content/get-involved/source-code.mdtext
Modified: ace/site/trunk/content/get-involved/source-code.mdtext
URL:
http://svn.apache.org/viewvc/ace/site/trunk/content/get-involved/source-code.mdtext?rev=1297089&r1=1297088&r2=1297089&view=diff
==============================================================================
--- ace/site/trunk/content/get-involved/source-code.mdtext (original)
+++ ace/site/trunk/content/get-involved/source-code.mdtext Mon Mar 5 15:35:54
2012
@@ -4,10 +4,14 @@ Title: Source Code
The official ACE repository can be found at:
-* TODO
+* [http://svn.apache.org/repos/asf/ace/](http://svn.apache.org/repos/asf/ace/)
If you're a committer, please use *https* to checkout the sources. That allows
you to also commit changes.
## Git
-Even though Git is not officially supported at Apache yet, we still maintain
read-only mirrors to make it more convenient for developers using Git to check
out a copy of the sources.
+Even though Git is not officially supported at Apache yet, we still maintain
read-only mirrors to make it more convenient for developers using Git to check
out a copy of the sources:
+
+* [Clone URL](git://git.apache.org/ace.git)
+* [HTTP URL](http://git.apache.org/ace.git/)
+* [Github](https://github.com/apache/ace)