diff options
author | Daniel Gustafsson | 2022-11-16 09:24:37 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2022-11-16 09:24:37 +0000 |
commit | 5f80cd287c29b88fd364634b16c6c155d5617e8c (patch) | |
tree | 249b3c9c943afb519a51972f5afd00a8c0b8ca38 /doc | |
parent | 63c833f4bdca3251347dd622102de0908a934330 (diff) |
doc: update metacpan.org links to avoid redirects
The /release/ links are redirected to /dist/ and /pod/release/ to
/release/../view/, so update our links accordingly to avoid 301
redirects.
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/sgml/external-projects.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index bf590aba5d9..2d0fd723b29 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="https://metacpan.org/release/DBD-Pg"></ulink></entry> + <entry><ulink url="https://metacpan.org/dist/DBD-Pg"></ulink></entry> </row> <row> diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index a1013d12807..342178bcc24 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -488,7 +488,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="https://metacpan.org/release/IPC-Run"></ulink>, and + at <ulink url="https://metacpan.org/dist/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: |