You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/12/15 11:08:24 UTC

svn commit: r1645607 - /jena/site/trunk/content/getting_involved/index.mdtext

Author: andy
Date: Mon Dec 15 10:08:24 2014
New Revision: 1645607

URL: http://svn.apache.org/r1645607
Log:
Git info

Modified:
    jena/site/trunk/content/getting_involved/index.mdtext

Modified: jena/site/trunk/content/getting_involved/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/getting_involved/index.mdtext?rev=1645607&r1=1645606&r2=1645607&view=diff
==============================================================================
--- jena/site/trunk/content/getting_involved/index.mdtext (original)
+++ jena/site/trunk/content/getting_involved/index.mdtext Mon Dec 15 10:08:24 2014
@@ -46,14 +46,16 @@ You can also check the state of each Jen
 ### Git repository
 
 You can find the Jena source code in the Apache git repository: 
-[https://git.apache.org/jena.git/](https://git.apache.org/jena.git/)
+[https://git.apache.org/jena.git](https://git-wip-us.apache.org/repos/asf/jena.git)
 
-    git clone https://git.apache.org/jena.git Jena
-    cd Jena
+There is also a read-only mirror on github: 
+[https://github.com/apache/jena](https://github.com/apache/jena).
+
+    git clone https://github.com/apache/jena
+    cd jena
     mvn clean install
 
-There is also a read-only mirror on github: 
-[https://github.com/apache/jena/](https://github.com/apache/jena/)
+You can fork Jena on github and also submit github pull requests to the project.
 
 ### Open issues