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]
Other format: [Raw text]

[wwwdocs] bugs/index.html: remove some links and make some relative


Ever since the following change to maintainer-scripts/gcc_release

  2007-08-21  Paul Brook  <paul@codesourcery.com>
              Nathan Sidwell  <nathan@codesourcery.com>
              Mark Mitchell  <mark@codesourcery.com>
              Joseph Myers  <joseph@codesourcery.com>

        * gcc_release: Do not include copies of bugs.html in releases.
        * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
        gcc-vers.texi.

did we not require absolute links in bugs/index.html any more, nor
the "The latest version..." boilerplate.

This trims things down, and makes remainings links relative.

Again with the side effect of not requiring any http->https
adjustments to these links.

Applied.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v
retrieving revision 1.115
diff -u -r1.115 index.html
--- index.html	29 Jun 2014 11:31:33 -0000	1.115
+++ index.html	5 Jul 2014 21:20:42 -0000
@@ -7,11 +7,6 @@
 <body>
 <h1>GCC Bugs</h1>
 
-<p>The latest version of this document is always available at
-<a href="http://gcc.gnu.org/bugs/";>http://gcc.gnu.org/bugs/</a>.</p>
-
-<hr />
-
 <h2>Table of Contents</h2>
 <ul>
 <li><a href="#report">Reporting Bugs</a>
@@ -154,17 +149,14 @@
 source-file</i></code></p></blockquote>
 
 <p>The preprocessed source is the <em>basic</em> requirement to fix a
-bug. However, providing a <a
-href="http://gcc.gnu.org/bugs/minimize.html";>minimal testcase</a>
+bug. However, providing a <a href="minimize.html">minimal testcase</a>
 increases the chances of getting your bug fixed. The <b>only</b>
 excuses to not send us the preprocessed sources are (i) if you've
-found a bug in the preprocessor, (ii) if you've <a
-href="http://gcc.gnu.org/bugs/minimize.html";>reduced the testcase to a
-small file</a> that doesn't include any other file or (iii) if the bug
+found a bug in the preprocessor, (ii) if you've reduced the testcase to a
+small file that doesn't include any other file or (iii) if the bug
 appears only when using precompiled headers.  If you can't post the
-preprocessed sources because they're proprietary code, then try to <a
-href="http://gcc.gnu.org/bugs/minimize.html";>create a small file</a>
-that triggers the same problem.</p>
+preprocessed sources because they're proprietary code, then try to
+create a small file that triggers the same problem.</p>
 
 <p>Since we're supposed to be able to re-create the assembly output
 (extension <code>.s</code>), you usually should not include


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