This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: patch.html, faq.html -- gcc.gnu.org->www.gnu.org


RMS asked me to change references from gcc.gnu.org to www.gnu.org.

This patch is most useful for GCC 3.0.2 which will be released real soon
now, and updates those two pages that are shipped as part of releases.

Installed.

Gerald

PS: Ideally, on www.gnu.org we wouldn't have those absolutely links in the
href=""; any volunteers to hack our preprocess script to perform this kind
of cleanup (depending on the site it is run on)? If have some ideas, but
too little time now.

Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.42
diff -u -3 -p -r1.42 bugs.html
--- bugs.html	2001/10/19 11:30:48	1.42
+++ bugs.html	2001/10/19 17:16:00
@@ -8,8 +8,7 @@
 <h1 align="center">GCC Bugs</h1>

 <p>The latest version of this document is always available at
-<a href="http://gcc.gnu.org/bugs.html";>
-http://gcc.gnu.org/bugs.html</a>.</p>
+<a href="http://www.gnu.org/software/gcc/bugs.html";>http://www.gnu.org/software/gcc/bugs.html</a>.</p>

 <hr>

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.170
diff -u -3 -p -r1.170 faq.html
--- faq.html	2001/10/16 08:50:15	1.170
+++ faq.html	2001/10/19 17:16:03
@@ -9,7 +9,7 @@
 <h1 align="center">GCC Frequently Asked Questions</h1>

 <p>The latest version of this document is always available at
-<a href="http://gcc.gnu.org/faq.html";>http://gcc.gnu.org/faq.html</a>.</p>
+<a href="http://www.gnu.org/software/gcc/faq.html";>http://www.gnu.org/software/gcc/faq.html</a>.</p>

 <p>This FAQ tries to answer specific questions concerning GCC. For
 general information regarding C, C++, resp. Fortran please check the


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]