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 /man | |
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 'man')
-rwxr-xr-x | man/help2man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/help2man b/man/help2man index 1f90bc537..773de0fc9 100755 --- a/man/help2man +++ b/man/help2man @@ -780,7 +780,7 @@ sub convert_option } # Insert spacing escape characters \, and \/ before and after italic text. See -# http://www.gnu.org/software/groff/manual/html_node/Ligatures-and-Kerning.html +# https://www.gnu.org/software/groff/manual/html_node/Ligatures-and-Kerning.html sub fix_italic_spacing { local $_ = shift; |