[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH standards.texi] Update savannah URLs of config.git files
From: |
Dmitry V. Levin |
Subject: |
[PATCH standards.texi] Update savannah URLs of config.git files |
Date: |
Fri, 20 Nov 2020 18:39:04 +0300 |
Prefer cgit URLs over gitweb as the former are usually served faster:
$ time -f %e wget -q
'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess'
1.06
$ time -f %e wget -q
'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess'
0.73
This follows the corresponding change in config.guess and config.sub scripts:
https://git.savannah.gnu.org/cgit/config.git/commit/?id=888c8e3d5f7bf7464bba83aaf54304a956eefa60
---
standards.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/standards.texi b/standards.texi
index 1826fd3..e5ae3cb 100644
--- a/standards.texi
+++ b/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
--
ldv
- [PATCH standards.texi] Update savannah URLs of config.git files,
Dmitry V. Levin <=