> A trivial change to avoid a 301 Permanent Redirect, so I simple pushed > this.
Thank you! > > Gerald > > > gcc/algol68: > * README: Avoid redirect for web link to Algol 68 Jargon File. > * ga68-coding-guidelines.texi (Top): Ditto. > --- > 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 5e9660b6ec0..1b77d40b05a 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 fcf936271ea..7908e241d3c 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.
