You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2016/12/07 10:16:07 UTC

svn commit: r1773041 - /opennlp/site/trunk/content/source-code.mdtext

Author: joern
Date: Wed Dec  7 10:16:07 2016
New Revision: 1773041

URL: http://svn.apache.org/viewvc?rev=1773041&view=rev
Log:
Update source code section to git repositories

Modified:
    opennlp/site/trunk/content/source-code.mdtext

Modified: opennlp/site/trunk/content/source-code.mdtext
URL: http://svn.apache.org/viewvc/opennlp/site/trunk/content/source-code.mdtext?rev=1773041&r1=1773040&r2=1773041&view=diff
==============================================================================
--- opennlp/site/trunk/content/source-code.mdtext (original)
+++ opennlp/site/trunk/content/source-code.mdtext Wed Dec  7 10:16:07 2016
@@ -1,17 +1,18 @@
 Title: Source Code
 
 #Web Access
-View the code online with
-[ViewVC](http://svn.apache.org/viewvc/opennlp/) in your browser.
+View the code on Github:
+- [Github opennlp](https://github.com/apache/opennlp)
+- [Github opennlp-addons](https://github.com/apache/opennlp-addons)
+- [Github opennlp-sandbox](https://github.com/apache/opennlp-sandbox)
 
 #Repository
-The Subversion repository is located here:
-https://svn.apache.org/repos/asf/opennlp/trunk/
+The Git repositories can be checked out with these commands:
+- git clone https://git-wip-us.apache.org/repos/asf/opennlp.git
+- git clone https://git-wip-us.apache.org/repos/asf/opennlp-addons.git
+- git clone https://git-wip-us.apache.org/repos/asf/opennlp-sandbox.git
 
-#SVN Checkout
-To checkout the latest OpenNLP sources:
-<pre><code>svn co https://svn.apache.org/repos/asf/opennlp/trunk/</code></pre>
+#Website SVN Checkout
+To checkout the website:
+svn co https://svn.apache.org/repos/asf/opennlp/site/
 
-To checkout a specific branch or tag:
-<pre><code>svn co https://svn.apache.org/repos/asf/opennlp/branches/(branch name)
-svn co https://svn.apache.org/repos/asf/opennlp/tags/(tag name)</code></pre>