summaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-14 22:57:51 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-14 23:59:01 -0800
commit103d2b92da4bd5582dc598690458b07612ec846c (patch)
tree212f7ed7d2cafffbe372008c5193835facce9b10 /README-hacking
parent24622902cac1a178c6da0f8dd79e0444b43805fc (diff)
downloadcoreutils-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-hacking')
-rw-r--r--README-hacking4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-hacking b/README-hacking
index 998a877b7..6e4767f38 100644
--- a/README-hacking
+++ b/README-hacking
@@ -72,7 +72,7 @@ if the problem seems to originate in a gnulib-provided file.
If you develop a fix or a new feature, please send it to the
appropriate bug-reporting address as reported by the --help option of
each program. One way to do this is to use vc-dwim
-<http://www.gnu.org/software/vc-dwim/>), as follows.
+<https://www.gnu.org/software/vc-dwim/>), as follows.
Run the command "vc-dwim --help", copy its definition of the
"git-changelog-symlink-init" function into your shell, and then run
@@ -80,7 +80,7 @@ each program. One way to do this is to use vc-dwim
Edit the (empty) ChangeLog file that this command creates, creating a
properly-formatted entry according to the GNU coding standards
- <http://www.gnu.org/prep/standards/html_node/Change-Logs.html>.
+ <https://www.gnu.org/prep/standards/html_node/Change-Logs.html>.
Make your changes.