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: PATCH: Abandon thanks.html


On Sun, 6 Jan 2002, Joseph S. Myers wrote:
> Given outside links (for example, from the released GCC man page)
> we do need a redirect from thanks.html to the new URL.

Good point. Done thusly.

> Also of course doc/invoke.texi should be updated (both mainline and 3.0
> branch, with the man page regenerated on the 3.0 branch, in case there
> is ever a 3.0.4),

Will do. Can you please regenerate the man page afterwards? Thanks?

> as should the mainline f/invoke.texi.

Fixed as well, alas by removing the "offending" link.

Gerald

Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.6
diff -u -3 -p -r1.6 .htaccess
--- .htaccess	2001/08/31 14:33:30	1.6
+++ .htaccess	2002/01/08 19:49:21
@@ -6,3 +6,4 @@ Redirect permanent /proj-optimize.html
 Redirect permanent /projects.html		http://gcc.gnu.org/projects/
 Redirect permanent /web.html			http://gcc.gnu.org/projects/web.html
 Redirect permanent /gcc-3.0/gcc-3.0.html	http://gcc.gnu.org/gcc-3.0/
+Redirect permanent /thanks.html                 http://gcc.gnu.org/onlinedocs/gcc/Contributors.html


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