https://gcc.gnu.org/g:5fe9f28b660bac74d2dab890f17ea50cce59c92d
commit r17-1583-g5fe9f28b660bac74d2dab890f17ea50cce59c92d Author: Gerald Pfeifer <[email protected]> Date: Tue Jun 16 09:36:57 2026 +0200 a68: Avoid redirect for web link to Jargon File gcc/algol68: * README: Avoid redirect for web link to Algol 68 Jargon File. * ga68-coding-guidelines.texi (Top): Ditto. Diff: --- gcc/algol68/README | 2 +- gcc/algol68/ga68-coding-guidelines.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/algol68/README b/gcc/algol68/README index 5e9660b6ec01..1b77d40b05a7 100644 --- a/gcc/algol68/README +++ b/gcc/algol68/README @@ -118,7 +118,7 @@ Useful Resources indentation, pretty-printing of bold tags, an auto-stropping minor mode and other features. -- The Algol 68 Jargon File at https://jemarch.net/a68-jargon provides +- The Algol 68 Jargon File at https://jemarch.net/a68-jargon/ provides a comprehensive list of definitions of many of the technical and non-technical terms used in the context of Algol 68. diff --git a/gcc/algol68/ga68-coding-guidelines.texi b/gcc/algol68/ga68-coding-guidelines.texi index fcf936271ea1..7908e241d3cf 100644 --- a/gcc/algol68/ga68-coding-guidelines.texi +++ b/gcc/algol68/ga68-coding-guidelines.texi @@ -99,7 +99,7 @@ Jargon File provides definitions for many of the terms used in the context of the Algol 68 programming language and associated technologies. If you find yourself wondering about "frobyts" or "enclosed clauses", please look them up in the jargon -file@footnote{@url{https://jemarch.net/a68-jargon}}. The file is +file@footnote{@url{https://jemarch.net/a68-jargon/}}. The file is available online in the www and, in Gentoo, as manpages once you install the app-doc/a68-jargon package. Just type @command{man 7algol frobyt} in the terminal, for example.
