]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix reference to libcody
authorGerald Pfeifer <gerald@pfeifer.com>
Fri, 25 Dec 2020 14:30:42 +0000 (15:30 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Fri, 25 Dec 2020 14:41:56 +0000 (15:41 +0100)
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.

gcc/doc/invoke.texi

index 3b8b003c51d1962afbf1dc2d568468185ba6c330..dd08697888324735a3b16ada9213420a2d58641e 100644 (file)
@@ -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}.