From patchwork Fri Oct 22 22:28:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 46560 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DBB3C3857413 for ; Fri, 22 Oct 2021 22:28:28 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 2322C3858416 for ; Fri, 22 Oct 2021 22:28:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2322C3858416 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id B76CA33E70; Fri, 22 Oct 2021 18:28:12 -0400 (EDT) Received: from [192.168.1.4] (unknown [46.57.119.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 37D1133E5E; Fri, 22 Oct 2021 18:28:12 -0400 (EDT) Date: Sat, 23 Oct 2021 00:28:08 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Jonathan Wakely Subject: [committed] doc: Convert mingw-w64.org links to https MIME-Version: 1.0 Message-Id: <20211022222812.B76CA33E70@hamza.pair.com> X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" It turns out my link checker does catch broken links under gcc.gnu.org/install/ - fixed thusly. (That makes it all the more puzzling how the issue you fixed last week did not arise, Jonathan.) Gerald gcc: * doc/install.texi (Binaries): Convert mingw-w64.org to https. (Specific): Ditto. --- gcc/doc/install.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 7c775965964..38f96bf5a89 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3473,7 +3473,7 @@ Microsoft Windows: The @uref{https://sourceware.org/cygwin/,,Cygwin} project; @item The @uref{https://osdn.net/projects/mingw/,,MinGW} and -@uref{http://www.mingw-w64.org/,,mingw-w64} projects. +@uref{https://www.mingw-w64.org/,,mingw-w64} projects. @end itemize @item @@ -5080,7 +5080,7 @@ the Win32 subsystem that provides a subset of POSIX. @subheading Intel 64-bit versions GCC contains support for x86-64 using the mingw-w64 -runtime library, available from @uref{http://mingw-w64.org/doku.php}. +runtime library, available from @uref{https://mingw-w64.org/doku.php}. This library should be used with the target triple x86_64-pc-mingw32. Presently Windows for Itanium is not supported.