From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7815 invoked by alias); 5 Nov 2017 11:15:04 -0000 Mailing-List: contact libstdc++-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libstdc++-owner@gcc.gnu.org Received: (qmail 7672 invoked by uid 89); 5 Nov 2017 11:15:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*libstdc, H*Ad:U*libstdc, Hx-languages-length:1001 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; Sun, 05 Nov 2017 11:15:00 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 4260E3F446; Sun, 5 Nov 2017 06:14:58 -0500 (EST) Received: from anthias (vie-188-118-245-227.dsl.sil.at [188.118.245.227]) (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 A55BF3F444; Sun, 5 Nov 2017 06:14:57 -0500 (EST) Date: Sun, 05 Nov 2017 11:15:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++,doc] docs.oracle.com has switched to https Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-11/txt/msg00006.txt.bz2 I just applied the patch below. Gerald 2017-11-05 Gerald Pfeifer * doc/xml/manual/abi.xml: Move docs.oracle.com references to https. Index: doc/xml/manual/abi.xml =================================================================== --- doc/xml/manual/abi.xml (revision 254425) +++ doc/xml/manual/abi.xml (working copy) @@ -1140,7 +1140,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://docs.oracle.com/cd/E23824_01/html/819-0690/index.html"> + xlink:href="https://docs.oracle.com/cd/E23824_01/html/819-0690/index.html"> Linker and Libraries Guide (document 819-0690) </link> @@ -1150,7 +1150,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://docs.oracle.com/cd/E19422-01/819-3689/"> + xlink:href="https://docs.oracle.com/cd/E19422-01/819-3689/"> Sun Studio 11: C++ Migration Guide (document 819-3689) </link>