diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-06-29 22:02:20 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-06-29 22:02:20 +0900 |
commit | dad335b89f2e1d543ef8226b7de4b191246a06dd (patch) | |
tree | 4edf911dcd7d33d23202398ee6f92edbc42f337d /doc/src | |
parent | dad5f8a3d51c8b12bfa0d2c635639fff9fad5155 (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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/acronyms.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/external-projects.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index 638ffc9fe83..d17b6ff8f01 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 347b8307365..df5ca549843 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 02d2c6f846a..e345471c859 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -473,7 +473,7 @@ $ENV{CONFIG}="Debug"; ActiveState Perl installation, nor in the ActiveState Perl Package Manager (PPM) library. To install, download the <filename>IPC-Run-<version>.tar.gz</filename> source archive from CPAN, - at <ulink url="http://search.cpan.org/dist/IPC-Run/"></ulink>, and + at <ulink url="https://metacpan.org/release/IPC-Run/"></ulink>, and uncompress. Edit the <filename>buildenv.pl</filename> file, and add a PERL5LIB variable to point to the <filename>lib</filename> subdirectory from the extracted archive. For example: |