Some of our own online documentation has references to the glibc
online docs which, alas, are not present on gcc.gnu.org (nor even
sourceware.org from what I could find).

We can fix these links that are currently broken by redirecting to
the version on www.gnu.org.

Tested manually and applied; at least three broken links less on our 
side.

Committed.

Gerald

Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.41
diff -u -r1.41 .htaccess
--- .htaccess   29 Dec 2016 23:21:54 -0000      1.41
+++ .htaccess   5 Feb 2017 21:33:33 -0000
@@ -70,4 +70,6 @@
 Redirect permanent /timeline.html              
https://gcc.gnu.org/releases.html#timeline
 Redirect permanent /web.html                   https://gcc.gnu.org/about.html
 
+Redirect           /onlinedocs/libc            
https://www.gnu.org/software/libc/manual/html_node/
+
 Redirect           /onlinedocs/ref             
https://gcc.gnu.org/onlinedocs/gcc-4.3.2/

Reply via email to