diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2020-12-25 15:30:42 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2020-12-25 15:41:56 +0100 |
commit | 6a25dda42d42edc5e3d7c7ae01bf65ddb05a7499 (patch) | |
tree | 5a4a744bd80269a36a43ce3ddc6739e8910b4cca | |
parent | 6e36772ba6a8173318c173508bd3254e4140b726 (diff) | |
download | gcc-6a25dda42d42edc5e3d7c7ae01bf65ddb05a7499.zip gcc-6a25dda42d42edc5e3d7c7ae01bf65ddb05a7499.tar.gz gcc-6a25dda42d42edc5e3d7c7ae01bf65ddb05a7499.tar.bz2 |
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.
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3b8b003..dd08697 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}. |