You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2012/04/03 01:32:03 UTC

[lucy-commits] svn commit: r1308621 - /lucy/site/trunk/content/version_control.mdtext

Author: marvin
Date: Mon Apr  2 23:32:02 2012
New Revision: 1308621

URL: http://svn.apache.org/viewvc?rev=1308621&view=rev
Log:
CMS commit to lucy by marvin

Modified:
    lucy/site/trunk/content/version_control.mdtext

Modified: lucy/site/trunk/content/version_control.mdtext
URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/version_control.mdtext?rev=1308621&r1=1308620&r2=1308621&view=diff
==============================================================================
--- lucy/site/trunk/content/version_control.mdtext (original)
+++ lucy/site/trunk/content/version_control.mdtext Mon Apr  2 23:32:02 2012
@@ -8,18 +8,18 @@ For official releases, visit our [downlo
 
 Development code for Apache Lucy can be obtained from the Apache Software
 Foundation's Subversion
-[repository](https://svn.apache.org/repos/asf/incubator/lucy/). You can check
+[repository](https://svn.apache.org/repos/asf/lucy/). You can check
 out the code using "svn":
 
-        svn co http://svn.apache.org/repos/asf/incubator/lucy/trunk lucy
+        svn co http://svn.apache.org/repos/asf/lucy/trunk lucy
 
 Committers should use the secure repository:
 
-        svn co https://svn.apache.org/repos/asf/incubator/lucy/trunk lucy
+        svn co https://svn.apache.org/repos/asf/lucy/trunk lucy
 
 #### Online browsing
 
-You can also be [browse](http://svn.apache.org/viewvc/incubator/lucy/) our
+You can also be [browse](http://svn.apache.org/viewvc/lucy/) our
 source code repository online using ViewVC.