summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-06-29 22:18:24 +0900
committerMichael Paquier <michael@paquier.xyz>2018-06-29 22:18:41 +0900
commitf61a25727cd9246d749825cdaafa821b7ddbad7c (patch)
treedc1c0e0293c1c646655a97a7b6c8aeaa7f9cc9c1
parent962313558f956e04e6871a96c57c2f1db3c685d1 (diff)
Replace search.cpan.org with metacpan.org
search.cpan.org has been EOL'd, with metacpan.org being the official replacement to which URLs now redirect. Update links to match the new URL. Also update links to CPAN to use https as it will redirect from http. Author: Daniel Gustafsson Discussion: https://postgr.es/m/B74C0219-6BA9-46E1-A524-5B9E8CD3BDB3@yesql.se
-rw-r--r--doc/src/sgml/acronyms.sgml2
-rw-r--r--doc/src/sgml/external-projects.sgml2
-rw-r--r--doc/src/sgml/install-windows.sgml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml
index 8bde44e5afe..c64e44b954a 100644
--- a/doc/src/sgml/acronyms.sgml
+++ b/doc/src/sgml/acronyms.sgml
@@ -71,7 +71,7 @@
<term><acronym>CPAN</acronym></term>
<listitem>
<para>
- <ulink url="http://www.cpan.org/">Comprehensive Perl Archive Network</ulink>
+ <ulink url="https://www.cpan.org/">Comprehensive Perl Archive Network</ulink>
</para>
</listitem>
</varlistentry>
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 38463ff1019..825c9775ff0 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -65,7 +65,7 @@
<entry>DBD::Pg</entry>
<entry>Perl</entry>
<entry>Perl DBI driver</entry>
- <entry><ulink url="http://search.cpan.org/dist/DBD-Pg/"></ulink></entry>
+ <entry><ulink url="https://metacpan.org/release/DBD-Pg/"></ulink></entry>
</row>
<row>
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index 6b1b23849e7..853d2e56f05 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -464,7 +464,7 @@ $ENV{CONFIG}="Debug";
ActiveState Perl installation, nor in the ActiveState Perl Package
Manager (PPM) library. To install, download the
<filename>IPC-Run-&lt;version&gt;.tar.gz</> source archive from CPAN,
- at <ulink url="http://search.cpan.org/dist/IPC-Run/"></>, and
+ at <ulink url="https://metacpan.org/release/IPC-Run/"></>, and
uncompress. Edit the <filename>buildenv.pl</> file, and add a PERL5LIB
variable to point to the <filename>lib</> subdirectory from the
extracted archive. For example: