From patchwork Thu Mar 1 13:12:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 144002 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 968C71007D2 for ; Fri, 2 Mar 2012 00:12:38 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1331212358; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=mlJedYy cU1WfKUaqDYrNYSjHhX4=; b=DdUthGcc3wdJ+gIJRFrhS8ulZ6LcPtp4PJlXaSB 0NqDvh6ANHPnG5tgh5zRaIJRJ6OMLOyvIPdIVYWfgNGH3bTdi8yFIhfrii5ssRVO 907EEQdZ0etd7Y5ODWoy1WB7mL83lELFMlKUKmF8wxUoG+lqbJJAlWgRuOVwSkWd LOJo= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=HausNu3Z21y5M1b6Vn2p421+vFspojh4+tE1D1t7qcM6VpKqZ8inJueSEWcFOA hOo/5/ARHzxdx6gfxD/xRTDba43+Z8meOXy4hSuhSqvvuQS7Y3ee24KcDtaeNc99 4oLASfLvP0ZDOLimirxsCW2VX+O08OyZczsS/+k3414fs=; Received: (qmail 12913 invoked by alias); 1 Mar 2012 13:12:35 -0000 Received: (qmail 12856 invoked by uid 22791); 1 Mar 2012 13:12:34 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SUBJ_OBFU_PUNCT_FEW X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Mar 2012 13:12:19 +0000 Received: from [192.168.178.22] (port-92-204-23-215.dynamic.qsc.de [92.204.23.215]) by mx01.qsc.de (Postfix) with ESMTP id 442C13D189; Thu, 1 Mar 2012 14:12:16 +0100 (CET) Message-ID: <4F4F75B0.5060305@net-b.de> Date: Thu, 01 Mar 2012 14:12:16 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120215 Thunderbird/10.0.2 MIME-Version: 1.0 To: gcc patches Subject: [Patch, wwwdocs] releasing.html: Update online-doc links of changes.html Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Some of links to the online-documentation in the change.html files tend to break after a some months. Thus, it makes sense to change the trunk links to branch links. OK? Tobias Index: htdocs/releasing.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v retrieving revision 1.35 diff -p -u -r1.35 releasing.html --- htdocs/releasing.html 25 Oct 2010 22:36:17 -0000 1.35 +++ htdocs/releasing.html 1 Mar 2012 13:09:53 -0000 @@ -77,6 +77,9 @@ number inserted). Link to it from +
  • Update the online-documentation links in changes.html +to point to the online-documentation for the branch.
  • +
  • Update the main web page (index.html).