[wwwdocs] cvs.html fix link to cvshome

Tobias Burnus burnus@net-b.de
Sun Oct 22 22:52:00 GMT 2006


cvshome.org is gone, ximbiot.com/cvs/ is the new home.
Fixed the links accordingly.

Tobias

Index: htdocs/cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.210
diff -u -r1.210 cvs.html
--- htdocs/cvs.html     21 Sep 2006 14:17:36 -0000      1.210
+++ htdocs/cvs.html     22 Oct 2006 22:27:28 -0000
@@ -28,7 +28,8 @@

 <h2>Using the CVS repository</h2>

-<p>Assuming you have both <a href="http://www.cvshome.org/">CVS</a>
+<p>Assuming you have both
+<a href="http://ximbiot.com/cvs/wiki/index.php?title=Main_Page">CVS</a>
 and SSH installed, you can check out the GCC sources as follows:</p>

 <ol type="i">
@@ -82,9 +83,9 @@
 check in a change.  It is not meant to be a replacement for the CVS
 manual but instead a supplement.  The CVS manual is distributed as
 part of the CVS sources as a texinfo file.  <a
-href="http://www.cvshome.org/cyclic/cvs/doc-blandy.html">
-http://www.cvshome.org/cyclic/cvs/doc-blandy.html</a> contains a link
-to an reasonably simple introduction to CVS.</p>
+href="http://ximbiot.com/cvs/cvshome/cyclic/cvs/doc-blandy-text.html">
+http://ximbiot.com/cvs/cvshome/cyclic/cvs/doc-blandy-text.html</a>
+contains a link to an reasonably simple introduction to CVS.</p>

 <p>In all the commands listed below, you can give an explicit list of
 filenames to the cvs command.  We recommend you list files explicitly



More information about the Gcc-patches mailing list