summaryrefslogtreecommitdiff
path: root/doc/help2man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/help2man')
-rwxr-xr-xdoc/help2man6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help2man b/doc/help2man
index 829a8713b..f7a9c455c 100755
--- a/doc/help2man
+++ b/doc/help2man
@@ -15,10 +15,10 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
# Written by Brendan O'Dea <bod@debian.org>
-# Available from ftp://ftp.gnu.org/gnu/help2man/
+# Available from https://ftp.gnu.org/gnu/help2man/
use 5.008;
use strict;
@@ -759,7 +759,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;