summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-17 13:07:28 +0200
committerBruno Haible <bruno@clisp.org>2023-04-17 13:07:28 +0200
commit02287d59a1923059f896bb71d5cd00de6d0acff2 (patch)
tree3fb5d7da0d2fc183b9fa57008b1a29a40a48d6a5 /MODULES.html.sh
parentb549c292b7fcfc4a55c25bdbcace658b70a0225e (diff)
downloadgnulib-02287d59a1923059f896bb71d5cd00de6d0acff2.tar.gz
MODULES.html.sh: Avoid a HTTP redirect.
* MODULES.html.sh (repo_url_prefix): Use the unabbreviated name of the git repository server.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 2eeffb690f..0f8294ed56 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -30,7 +30,7 @@ if test $# != 0; then
case "$1" in
--git-urls)
# Generate URLs to the official gnulib git repository.
- repo_url_prefix='https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f='
+ repo_url_prefix='https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f='
repo_url_suffix=''
;;
esac