From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 8E8FA3858C55 for ; Tue, 1 Nov 2022 09:49:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8E8FA3858C55 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 CC1B233E61 for ; Tue, 1 Nov 2022 05:48:58 -0400 (EDT) Received: from naga.localdomain (194-166-101-219.adsl.highway.telekom.at [194.166.101.219]) (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 6547333E6A for ; Tue, 1 Nov 2022 05:48:58 -0400 (EDT) Date: Tue, 1 Nov 2022 10:48:56 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: codingconventions: Move two links to https MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 on 209.68.5.143 Message-Id: <20221101094858.CC1B233E61@hamza.pair.com> X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed. Gerald --- htdocs/codingconventions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index f88ef019..f5e22983 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -737,7 +737,7 @@ the latest version is at before going into GCC.
  • fastjar: The master sources were at fastjar.sourceforge.net. +href="https://fastjar.sourceforge.net/">fastjar.sourceforge.net. However, the upstream source seems to be dead, so fastjar is essentially maintained in the GCC source tree.
  • @@ -764,7 +764,7 @@ FSF website, or are autogenerated. These files should not be changed without prior permission, if at all.
  • libgcc/config/libbid: The master sources come from Intel BID library -Intel BID library. +Intel BID library. Bugs should be reported to marius.cornea@intel.com and -- 2.38.0