https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119623
Bug ID: 119623
Summary: broken links in the documentation
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: modula2
Assignee: gaius at gcc dot gnu.org
Reporter: bruno at clisp dot org
Target Milestone: ---
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gm2/Elementary-data-types.html
has two hyperlinks:
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gm2_html/The-PIM-system-module.html#The-PIM-system-module
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gm2_html/The-ISO-system-module.html#The-ISO-system-module
Both are "Not found".
Instead, they should point to
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gm2/The-PIM-system-module.html#The-PIM-system-module
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gm2/The-ISO-system-module.html#The-ISO-system-module
respectively. I.e. replace "gm2_html" with "gm2".
