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]

Re: [wwwdocs] Broken links


Hi Philippe,

On Wed, 20 Nov 2013, Philippe Baril Lecavalier wrote:
> Embarrassing typos, my apologies. I was told to specify that I don't 
> have commit access, but since this mention is irrelevant, I modified my 
> suggested notice in about.html to reflect that. See attached.

sorry for the delay, somehow this fell through the cracks.

I just applied the first part of your patchset after adjusting
http to https that we are now using by default (so that the patch
applies).

Gerald

Index: beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.61
diff -u -r1.61 beginner.html
--- beginner.html	29 Jun 2014 11:31:33 -0000	1.61
+++ beginner.html	7 Apr 2015 10:29:22 -0000
@@ -31,7 +31,7 @@
 <a href="https://gcc.gnu.org/onlinedocs/gccint/RTL.html";>RTL</a>.
 It may help to understand the higher-level <code>tree</code> structure as
 well.  Unfortunately, for this we only have an <a
-href="https://gcc.gnu.org/onlinedocs/gccint/Trees.html";>incomplete, C/C++ specific manual</a>.</p>
+href="https://gcc.gnu.org/onlinedocs/gccint/GENERIC.html";>incomplete, C/C++ specific manual</a>.</p>
 
 <p>Remember to <a href="../contributewhy.html">keep other developers
 informed</a> of any substantial projects you intend to work on.</p>
Index: documentation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/documentation.html,v
retrieving revision 1.9
diff -u -r1.9 documentation.html
--- documentation.html	29 Jun 2014 11:31:33 -0000	1.9
+++ documentation.html	7 Apr 2015 10:29:22 -0000
@@ -56,7 +56,7 @@
 
 <p>We've got quite a bit of this but it is scattered all over the
 place.  It belongs in the official manual.  There is a <a
-href="https://gcc.gnu.org/onlinedocs/gccint/Trees.html";>C/C++ specific manual</a>,
+href="https://gcc.gnu.org/onlinedocs/gccint/GENERIC.html";>C/C++ specific manual</a>,
 which is incomplete, though.  The file
 <code>gcc/LANGUAGES</code> contains incomplete and outdated information
 about changes made in not so recent years to the <code>tree</code>


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