diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-14 22:57:51 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-14 23:59:01 -0800 |
commit | 103d2b92da4bd5582dc598690458b07612ec846c (patch) | |
tree | 212f7ed7d2cafffbe372008c5193835facce9b10 /README-prereq | |
parent | 24622902cac1a178c6da0f8dd79e0444b43805fc (diff) | |
download | coreutils-103d2b92da4bd5582dc598690458b07612ec846c.tar.xz |
maint: modernize URLs
A lot of this is converting http: to https:.
Also, gmane went away, so remove URLs that no longer work and
are not easy to figure out what they were.
Some of this stuff is so old that it no longer matters anyway.
Diffstat (limited to 'README-prereq')
-rw-r--r-- | README-prereq | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/README-prereq b/README-prereq index 099fc0186..f939f78c1 100644 --- a/README-prereq +++ b/README-prereq @@ -1,17 +1,17 @@ This gives some notes on obtaining the tools required for development. I.e., the tools checked for by the bootstrap script and include: -- Autoconf <http://www.gnu.org/software/autoconf/> -- Automake <http://www.gnu.org/software/automake/> -- Bison <http://www.gnu.org/software/bison/> -- Gettext <http://www.gnu.org/software/gettext/> -- Git <http://git.or.cz/> -- Gperf <http://www.gnu.org/software/gperf/> -- Gzip <http://www.gnu.org/software/gzip/> +- Autoconf <https://www.gnu.org/software/autoconf/> +- Automake <https://www.gnu.org/software/automake/> +- Bison <https://www.gnu.org/software/bison/> +- Gettext <https://www.gnu.org/software/gettext/> +- Git <https://git-scm.com/> +- Gperf <https://www.gnu.org/software/gperf/> +- Gzip <https://www.gnu.org/software/gzip/> - Perl <http://www.cpan.org/> -- Rsync <http://samba.anu.edu.au/rsync/> -- Tar <http://www.gnu.org/software/tar/> -- Texinfo <http://www.gnu.org/software/texinfo/> +- Rsync <https://rsync.samba.org/> +- Tar <https://www.gnu.org/software/tar/> +- Texinfo <https://www.gnu.org/software/texinfo/> Note please try to install/build official packages for your system. If these programs are not available use the following instructions |