From patchwork Tue Feb 7 23:38:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 725460 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vJ15K0c1Jz9s3s for ; Wed, 8 Feb 2017 10:39:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="g+AWEQPl"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=WPyvtqdAa4UF8RfS/HaMpGGWkMVNlK64nOpNplwbfQiQkXoiS/VOu Dv/Q4nAhWdD0pBDwwAHuImwwP+vVeTF9dDV+/iwjG64GvN8yBYlqAPFvPyC5ts1e McOEK+wjqMTCadN1wZyAeWVmSUPqdhzhyW7pqSyFI1QAqLYlqhyIxU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=ZmHctUifIjzBsGr2V1fwUVMUf1o=; b=g+AWEQPl5jPwboxIBYvp qVNGw1KKGZUg8C0mlxFnrygK362f//on/06WR0ZYrX23K9M1MfBJRYnJd+OL5gbi yqi1YS/jaMAXlLGzEDal+qhphl1N18TNkuG6/XMWmu8nO1IzcpCRjI1MwFrRWaYp ZHnyJjDWhG3Hi77/wvgRrEk= Received: (qmail 43545 invoked by alias); 7 Feb 2017 23:39:03 -0000 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 Received: (qmail 43519 invoked by uid 89); 7 Feb 2017 23:39:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Studio, studio, UD:oracle.com, sk:downloa X-Spam-User: qpsmtpd, 2 recipients 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 ESMTP; Tue, 07 Feb 2017 23:38:52 +0000 Received: from anthias (vie-188-118-248-047.dsl.sil.at [188.118.248.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 624573F531; Tue, 7 Feb 2017 18:38:48 -0500 (EST) Date: Wed, 8 Feb 2017 00:38:46 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++,doc] Update link to Sun Studio 11: C++ Migration Guide Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Applied. Gerald 2017-02-08 Gerald Pfeifer * doc/xml/manual/abi.xml: Update link to "Sun Studio 11: C++ Migration Guide". Index: doc/xml/manual/abi.xml =================================================================== --- doc/xml/manual/abi.xml (revision 245252) +++ doc/xml/manual/abi.xml (working copy) @@ -1144,7 +1144,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://download.oracle.com/docs/cd/E19422-01/819-3689/index.html"> + xlink:href="http://docs.oracle.com/cd/E19422-01/819-3689/"> Sun Studio 11: C++ Migration Guide (document 819-3689) </link>