diff options
Diffstat (limited to 'README-hacking')
-rw-r--r-- | README-hacking | 4 |
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. |