[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master b24c933 2/5: Book: Update bootstrap dependency
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master b24c933 2/5: Book: Update bootstrap dependency download links |
Date: |
Sat, 12 Jun 2021 16:24:55 -0400 (EDT) |
branch: master
commit b24c9337bf30105f6887954aa0be5cd9fdd08efc
Author: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Commit: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Book: Update bootstrap dependency download links
Updated the links from their official homepages since they were not working
for me.
* https://www.gnu.org/software/gnulib/
* https://savannah.gnu.org/git/?group=autoconf-archive
---
doc/gnuastro.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 3ba984b..679a390 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -5410,8 +5410,8 @@ In that case use the following URL for the HTTP protocol
instead (for Autoconf a
@example
$ DEVDIR=/home/yourname/Development
$ cd $DEVDIR
-$ git clone git://git.sv.gnu.org/gnulib.git
-$ git clone git://git.sv.gnu.org/autoconf-archive.git
+$ git clone https://git.savannah.gnu.org/git/gnulib.git
+$ git clone https://git.savannah.gnu.org/git/autoconf-archive.git
@end example
@noindent