diff mbox series

[committed] doc: Fix reference to libcody

Message ID 20201225144625.D31BD33E46@hamza.pair.com
State New
Headers show
Series [committed] doc: Fix reference to libcody | expand

Commit Message

Gerald Pfeifer Dec. 25, 2020, 2:46 p.m. UTC
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 <gerald@pfeifer.com>
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  <gerald@pfeifer.com>
    
            * doc/invoke.texi (C++ Module Mapper): Fix reference to libcody.
diff mbox series

Patch

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}.