From f2a67f071d170920314c9a3b8de3e85259b4e010 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 25 Nov 2020 08:44:49 -0800 Subject: [PATCH] autoupdate --- doc/standards.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/standards.texi b/doc/standards.texi index 1826fd3f7b..e5ae3cb069 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -4260,7 +4260,7 @@ The @code{configure} script needs to be able to decode all plausible alternatives for how to describe a machine. Thus, @samp{athlon-pc-gnu/linux} would be a valid alias. There is a shell script called -@uref{https://git.savannah.gnu.org/@/gitweb/@/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD, +@uref{https://git.savannah.gnu.org/cgit/config.git/plain/config.sub, @file{config.sub}} that you can use as a subroutine to validate system types and canonicalize aliases. @@ -4271,7 +4271,7 @@ plain @var{buildtype} argument. For example, @samp{configure i686-pc-linux-gnu}. When the build type is not specified by an option or argument, the @code{configure} script should normally guess it using the shell script -@uref{https://git.savannah.gnu.org/@/gitweb/@/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD, +@uref{https://git.savannah.gnu.org/cgit/config.git/plain/config.guess, @file{config.guess}}. @cindex optional features, configure-time -- 2.39.5