summaryrefslogtreecommitdiff
path: root/INSTALL
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 /INSTALL
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 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 8c096899a9..eb7a67136a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ INSTALL - Build and Installation guide for perl 5.
First, make sure you have an up-to-date version of Perl. If you
didn't get your Perl source from CPAN, check the latest version at
-L<http://www.cpan.org/src/>. Perl uses a version scheme where even-numbered
+L<https://www.cpan.org/src/>. Perl uses a version scheme where even-numbered
subreleases (like 5.8.x and 5.10.x) are stable maintenance releases and
odd-numbered subreleases (like 5.7.x and 5.9.x) are unstable
development releases. Development releases should not be used in
@@ -458,7 +458,7 @@ TCP/IP proxy protocol library. SOCKS is used to give applications
access to transport layer network proxies. Perl supports only SOCKS
Version 5. The corresponding Configure option is -Dusesocks.
You can find more about SOCKS from wikipedia at
-L<http://en.wikipedia.org/wiki/SOCKS>.
+L<https://en.wikipedia.org/wiki/SOCKS>.
=head3 Dynamic Loading
@@ -1415,7 +1415,7 @@ including a glossary of all those config.sh variables, is in the Porting
subdirectory. Porting/Glossary should especially come in handy.
Ports for other systems may also be available. You should check out
-L<http://www.cpan.org/ports> for current information on ports to
+L<https://www.cpan.org/ports> for current information on ports to
various other operating systems.
If you plan to port Perl to a new architecture, study carefully the
@@ -2432,7 +2432,7 @@ for details of how to report the issue.
If you are unsure what makes a good bug report please read "How to
report Bugs Effectively" by Simon Tatham:
-L<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
+L<https://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
=head1 Coexistence with earlier versions of perl 5