You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/11/08 17:31:10 UTC

svn commit: r331837 - /gump/trunk/src/documentation/content/xdocs/gettingstarted.xml

Author: bodewig
Date: Tue Nov  8 08:31:03 2005
New Revision: 331837

URL: http://svn.apache.org/viewcvs?rev=331837&view=rev
Log:
fix hostnames

Modified:
    gump/trunk/src/documentation/content/xdocs/gettingstarted.xml

Modified: gump/trunk/src/documentation/content/xdocs/gettingstarted.xml
URL: http://svn.apache.org/viewcvs/gump/trunk/src/documentation/content/xdocs/gettingstarted.xml?rev=331837&r1=331836&r2=331837&view=diff
==============================================================================
--- gump/trunk/src/documentation/content/xdocs/gettingstarted.xml (original)
+++ gump/trunk/src/documentation/content/xdocs/gettingstarted.xml Tue Nov  8 08:31:03 2005
@@ -110,7 +110,7 @@
 
     <section><title>Getting the source/metadata for Gump</title>
   	  <section><title>Getting the source</title>
-		<p>Gump source code resides in Subversion <fork href="http://cv.apache.org/viewcvs.cgi/gump/?root=Apache-SVN">here</fork>.</p>
+		<p>Gump source code resides in Subversion <fork href="http://cvs.apache.org/viewcvs.cgi/gump/?root=Apache-SVN">here</fork>.</p>
       <source>
       svn checkout https://svn.apache.org/repos/asf/gump/trunk/ gump 
       </source>      
@@ -122,7 +122,7 @@
         <p>If you have checked out the code then you already have the
           metadata in gump/metadata.</p>
 
-		<p>The shared Gump metadata resides in SVN <fork href="http://cv.apache.org/viewcvs.cgi/gump/metadata/?root=Apache-SVN">here</fork>.</p>
+		<p>The shared Gump metadata resides in SVN <fork href="http://cvs.apache.org/viewcvs.cgi/gump/metadata/?root=Apache-SVN">here</fork>.</p>
       <source>
       svn checkout https://svn.apache.org/repos/asf/gump/trunk/metadata metadata
       </source>