From patchwork Sat May 28 19:44:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 627447 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 3rHCz34NpWz9t5g for ; Sun, 29 May 2016 05:45:18 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=kKDORWcv; 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=Z37mcLhqE2Ar07rb4idfhSckF4ebRJSBj2h7yAUeo2L9qHyeQzQHC NCeTAHW3WDabMmLyfgDKE2iD2A2GK5WEV92SWWH7ZsPOLj0eTbbhN8nwnybGP9S3 AfoVB0SrQip0dIrki9gqh/A6MAV5vnOeldtR6Y7PTO+GQbYIeo/yzo= 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=Wvoddc4d/xC9TCoP1TOik7s0Wmg=; b=kKDORWcvZgQm3Ix1WSil IenNML+WnBfBCtXu3vido9TZCr9WLXYXA7e6y6J+XcRYVfk7Zee2fTNStLKQwYyI B1iLkdRc8Nwx4YyNl1sa/BxvzcJ5Iyu9LdYT48IRsvGJfkIatGKighZNzVvW8iY1 fiGwdaEMJ8ZTcfbetBWcxL8= Received: (qmail 73326 invoked by alias); 28 May 2016 19:45:11 -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 73317 invoked by uid 89); 28 May 2016 19:45:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=dvi, buy 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; Sat, 28 May 2016 19:45:00 +0000 Received: from anthias (vie-91-186-158-235.dsl.sil.at [91.186.158.235]) (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 7BE713F44C for ; Sat, 28 May 2016 15:44:56 -0400 (EDT) Date: Sat, 28 May 2016 21:44:54 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [PATCH,DOC] doc/install.texi: Use https for shop.fsf.org. Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Committed to mainline; I'll possibly push this back to at least GCC 6 later. Gerald 2016-05-28 Gerald Pfeifer * doc/install.texi: Use https for shop.fsf.org. Index: doc/install.texi =================================================================== --- doc/install.texi (revision 236852) +++ doc/install.texi (working copy) @@ -3161,7 +3161,7 @@ @samp{make pdf} in place of @samp{make dvi}, you can create documentation in the form of @file{.pdf} files; this requires @command{texi2pdf}, which is included with Texinfo version 4.8 and later. You can also -@uref{http://shop.fsf.org/,,buy printed manuals from the +@uref{https://shop.fsf.org/,,buy printed manuals from the Free Software Foundation}, though such manuals may not be for the most recent version of GCC@.