diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-17 13:26:36 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-17 13:27:52 +0200 |
commit | b9f08459c483086b956e7b3e396759fc42460b4c (patch) | |
tree | af88f1d37133f09cf6da9ffb784cde0139f1ff51 | |
parent | 4065d163151b07b274241377e71dad028576db88 (diff) | |
download | gcc-b9f08459c483086b956e7b3e396759fc42460b4c.zip gcc-b9f08459c483086b956e7b3e396759fc42460b4c.tar.gz gcc-b9f08459c483086b956e7b3e396759fc42460b4c.tar.bz2 |
doc: Tweak link to gm2 list archive
Without the trailing slash we incur a "301 Moved Permanently".
gcc:
* doc/gm2.texi (Community): Tweak link to gm2 list archive.
-rw-r--r-- | gcc/doc/gm2.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index bfc8dc7..40668f7 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -3015,7 +3015,7 @@ email to: or by @url{https://lists.nongnu.org/mailman/listinfo/gm2}. The mailing list contents can be viewed -@url{https://lists.gnu.org/archive/html/gm2}. +@url{https://lists.gnu.org/archive/html/gm2/}. @node Other languages, , Community, Using @section Other languages for GCC |