PATCH: style.html, testing/index.html -- fix broken links

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Sun Nov 10 12:33:00 GMT 2002


Fix broken links.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.42
diff -u -3 -p -r1.42 style.mhtml
--- style.mhtml	10 Nov 2002 19:12:49 -0000	1.42
+++ style.mhtml	10 Nov 2002 20:32:05 -0000
@@ -144,7 +144,7 @@
   <a href="<get-var BACKPATH>faq.html">FAQ</a><br />
   <a href="http://gcc.gnu.org/install/">Installation</a><br />
   <a href="http://gcc.gnu.org/install/specific.html">Supported Platforms</a><br />
-  <a href="onlinedocs/">Manual</a><br />
+  <a href="<get-var BACKPATH>onlinedocs/">Manual</a><br />
   <a href="<get-var BACKPATH>readings.html">Further Readings</a>
   </p>
   </td></tr>
Index: testing/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v
retrieving revision 1.3
diff -u -3 -p -r1.3 index.html
--- testing/index.html	28 Oct 2002 17:19:05 -0000	1.3
+++ testing/index.html	10 Nov 2002 20:32:06 -0000
@@ -13,7 +13,7 @@
 testing system</a>.</p>

 <p>Several people perform regular builds and regression test runs and
-send their test results to the <a href="http://gcc.gnu.org/ml/gcc-testresults">
+send their test results to the <a href="http://gcc.gnu.org/ml/gcc-testresults/">
 gcc-testresults mailing list</a>; see
 <a href="http://gcc.gnu.org/install/test.html"> Installing GCC: Testing</a>
 for information about submitting test results.</p>



More information about the Gcc-patches mailing list