[wwwdocs] Link maintenance

Gerald Pfeifer gerald@pfeifer.com
Sun Dec 30 11:58:00 GMT 2007


In all these cases the respective web server told us that this contents 
has "Moved Permanently" (return code 301), so I'm updating those three 
links.

Installed.

Gerald

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.212
diff -u -3 -p -r1.212 cvs.html
--- cvs.html	8 Sep 2007 16:26:43 -0000	1.212
+++ cvs.html	30 Dec 2007 08:59:05 -0000
@@ -29,7 +29,7 @@ via our CVS source repository.</p>
 <h2>Using the CVS repository</h2>
 
 <p>Assuming you have both
-<a href="http://ximbiot.com/cvs/wiki/index.php?title=Main_Page">CVS</a>
+<a href="http://ximbiot.com/cvs/wiki/Main%20Page">CVS</a>
 and SSH installed, you can check out the GCC sources as follows:</p>
 
 <ol type="i">
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.169
diff -u -3 -p -r1.169 readings.html
--- readings.html	7 Dec 2007 18:07:58 -0000	1.169
+++ readings.html	30 Dec 2007 08:59:05 -0000
@@ -86,7 +86,7 @@ names.
  <li>arm (armv2, thumb)
   <br />Manufacturer: Various, by license from ARM
   <br />CPUs include: ARM7 and ARM7T series (eg. ARM7TDMI), ARM9 and StrongARM
-  <br /><a href="http://www.arm.com/documentation/">ARM Documentation</a>
+  <br /><a href="http://infocenter.arm.com/help/index.jsp">ARM Documentation</a>
  </li>
  
  <li>AVR
Index: projects/cli.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v
retrieving revision 1.8
diff -u -3 -p -r1.8 cli.html
--- projects/cli.html	13 Jul 2007 06:34:46 -0000	1.8
+++ projects/cli.html	30 Dec 2007 08:59:06 -0000
@@ -414,8 +414,8 @@ needs to be ported for this environment.
 <h3>Implementation overview</h3>
 
 <p><i>Gcccil</i> does not implement its own CLR metadata parser.
-Instead, it uses <a href="http://www.mono-project.com/">Mono</a> to
-"parse" the input assembly. That is, Mono is used to load the assembly
+Instead, it uses <a href="http://www.mono-project.com/Main_Page">Mono</a>
+to "parse" the input assembly. That is, Mono is used to load the assembly
 and parse the metadata and types. The frontend only has to parse the
 actual CIL code of each method. Mono provides a comprehensive API to
 allow this.</p>



More information about the Gcc-patches mailing list