From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6410 invoked by alias); 7 Apr 2015 10:31:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 6401 invoked by uid 89); 7 Apr 2015 10:31:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,SPF_PASS autolearn=no version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 07 Apr 2015 10:31:50 +0000 Received: from [192.168.0.133] (vie-91-186-144-236.dsl.sil.at [91.186.144.236]) by ainaz.pair.com (Postfix) with ESMTPSA id 338003F44F; Tue, 7 Apr 2015 06:31:48 -0400 (EDT) Date: Tue, 07 Apr 2015 10:31:00 -0000 From: Gerald Pfeifer To: Philippe Baril Lecavalier cc: GCC Patches , Tobias Burnus , Patrick Marlier Subject: Re: [wwwdocs] Broken links In-Reply-To: Message-ID: References: <528C6085.9090905@net-b.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00227.txt.bz2 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 @@ RTL. It may help to understand the higher-level tree structure as well. Unfortunately, for this we only have an incomplete, C/C++ specific manual.

+href="https://gcc.gnu.org/onlinedocs/gccint/GENERIC.html">incomplete, C/C++ specific manual.

Remember to keep other developers informed of any substantial projects you intend to work on.

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 @@

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 C/C++ specific manual, +href="https://gcc.gnu.org/onlinedocs/gccint/GENERIC.html">C/C++ specific manual, which is incomplete, though. The file gcc/LANGUAGES contains incomplete and outdated information about changes made in not so recent years to the tree