summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 12:08:06 +0200
committerMax Maischein <corion@corion.net>2019-10-11 12:55:29 +0200
commitf6521f7c7e463d8cca86407d73f417faf66564d1 (patch)
tree171f3b6af6ad72c853725fef3638894c186d730e /utils
parent797c1a3e426e3c2bc07bb9c60ec768d2b2411c9d (diff)
downloadperl-f6521f7c7e463d8cca86407d73f417faf66564d1.tar.gz
Move http:// URLs to https:// URLs in source code
This commit moves more URLs from http to https. This time it affects some source code, that's why it is not bunched up with the commits affecting pod/*
Diffstat (limited to 'utils')
-rw-r--r--utils/perlbug.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index 3181adee89..910f2aa442 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -372,7 +372,7 @@ Please do not use $0 to send test messages, test whether perl
works, or to report bugs in perl modules from CPAN.
Suggestions for how to find help using Perl can be found at
-http://perldoc.perl.org/perlcommunity.html
+https://perldoc.perl.org/perlcommunity.html
EOF
}
}
@@ -553,7 +553,7 @@ EOF
paraprint <<EOF;
$entry is not a "core" Perl module. Please check that you entered
its name correctly. If it is correct, quit this program, try searching
-for $entry on http://rt.cpan.org, and report your issue there.
+for $entry on https://rt.cpan.org, and report your issue there.
EOF
$entry = '';