From patchwork Sun Jul 5 20:36:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 491351 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 3118A140D5E for ; Mon, 6 Jul 2015 06:36:41 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=YzJ8kJpD; 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=ui4reGLTC63pdSgDl7Fa72jfxbWRGrcNeRV6DhZGAUQ588zaTEMa1 pXUVP0IrtBHbI+x0aJAcTzpaKnNzNZU5COKduj35bG3kOCQQv8y5P3aV0/CvBFmi vDV5WqQFG1GgY8bz+8OWHj2bWTyk36UEMzlWWp3SJSjhQXTJ/fVbME= 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=wz9KtMmwQwV8sFZeAwheI99C4d0=; b=YzJ8kJpDI0yh3rABA/n8 j16LsBkzAFgkxRdvQS3EzCfeQx995WWlqyFMy+r6NpsaLbRPumhMUZvu5YTruuhy yy7iRz/xPzDDQuRXM2SIFzGDPChYT7n2tDIfNUoxnaQz28lPmwh2OQbzy6KlArSZ kBN2EUOWh2g1z0IzD5jtVu8= Received: (qmail 50546 invoked by alias); 5 Jul 2015 20:36:34 -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 50520 invoked by uid 89); 5 Jul 2015 20:36:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 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; Sun, 05 Jul 2015 20:36:31 +0000 Received: from tuna (ip-109-43-3-118.web.vodafone.de [109.43.3.118]) by ainaz.pair.com (Postfix) with ESMTPSA id C577A3F422 for ; Sun, 5 Jul 2015 16:36:26 -0400 (EDT) Date: Sun, 5 Jul 2015 22:36:33 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] debian.org now uses https Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes ...so convert to links in our manuals. Applied. Gerald 2015-07-05 Gerald Pfeifer * doc/fragments.texi (Target Fragment): Convert debian.org link to use https. * doc/install.texi (Configuration): Ditto. Index: doc/fragments.texi =================================================================== --- doc/fragments.texi (revision 225434) +++ doc/fragments.texi (working copy) @@ -237,7 +237,7 @@ in @code{MULTILIB_OSDIRNAMES} instead. More documentation about multiarch can be found at -@uref{http://wiki.debian.org/Multiarch}. +@uref{https://wiki.debian.org/Multiarch}. @findex SPECS @item SPECS Index: doc/install.texi =================================================================== --- doc/install.texi (revision 225434) +++ doc/install.texi (working copy) @@ -1058,7 +1058,7 @@ and for cross builds configured with @option{--with-sysroot}, and without @option{--with-native-system-header-dir}. More documentation about multiarch can be found at -@uref{http://wiki.debian.org/Multiarch}. +@uref{https://wiki.debian.org/Multiarch}. @item --enable-vtable-verify Specify whether to enable or disable the vtable verification feature.