From patchwork Fri Dec 25 14:46:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1420623 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4D2VBf6MK3z9sWF for ; Sat, 26 Dec 2020 01:46:32 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 56B52386181F; Fri, 25 Dec 2020 14:46:29 +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 4A3F83858018 for ; Fri, 25 Dec 2020 14:46:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4A3F83858018 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gerald@pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id D31BD33E46; Fri, 25 Dec 2020 09:46:25 -0500 (EST) Received: from [192.168.1.5] (77.118.226.34.wireless.dyn.drei.com [77.118.226.34]) (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 52DE633E45; Fri, 25 Dec 2020 09:46:25 -0500 (EST) Date: Fri, 25 Dec 2020 15:46:19 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Nathan Sidwell Subject: [committed] doc: Fix reference to libcody MIME-Version: 1.0 Message-Id: <20201225144625.D31BD33E46@hamza.pair.com> X-Spam-Status: No, score=-11.0 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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@gcc.gnu.org Sender: "Gcc-patches" The libcody changes brought to new issue as far as our docs go. This is the easier one; fixes thusly and pushed. ( http://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Modules.html now linking to http://gcc.gnu.org/onlinedocs/gcc/cplusplus/draft.git which does not exist is the other one.) Gerald commit 6a25dda42d42edc5e3d7c7ae01bf65ddb05a7499 Author: Gerald Pfeifer Date: Fri Dec 25 15:30:42 2020 +0100 doc: Fix reference to libcody github.com requests (via 301 Moved Permanently) to use gibhub.com, not www.github.com. gcc/ChangeLog: 2020-12-25 Gerald Pfeifer * doc/invoke.texi (C++ Module Mapper): Fix reference to libcody. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3b8b003c51d..dd086978883 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -33081,7 +33081,7 @@ links are present. The mapper protocol was published as ``A Module Mapper'' @uref{https://wg21.link/p1184}. The implementation is provided by -@command{libcody}, @uref{https://www.github.com/urnathan/libcody}, +@command{libcody}, @uref{https://github.com/urnathan/libcody}, which specifies the canonical protocol definition. A proof of concept server implementation embedded in @command{make} was described in ''Make Me A Module'', @uref{https://wg21.link/p1602}.