[libvirt] [PATCH] docs: update Perl download to point to modern CPAN site

Daniel P. Berrangé posted 1 patch 5 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190403154234.3210-1-berrange@redhat.com
docs/downloads.html.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH] docs: update Perl download to point to modern CPAN site
Posted by Daniel P. Berrangé 5 years ago
The search.cpan.org site is a transparent redirect to metacpan.org these
days, so we should just point directly to the new site.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 docs/downloads.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index 0722469eb9..e84455ca04 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -105,7 +105,7 @@
         <tr>
           <td>Perl (Sys::Virt)</td>
           <td>
-            <a href="http://search.cpan.org/dist/Sys-Virt/">cpan</a>
+            <a href="https://metacpan.org/release/Sys-Virt/">cpan</a>
           </td>
           <td>
             <a href="https://libvirt.org/git/?p=libvirt-perl.git;a=summary">libvirt</a>
@@ -115,7 +115,7 @@
             <a href="https://github.com/libvirt/libvirt-perl">github</a>
           </td>
           <td>
-            <a href="http://search.cpan.org/dist/Sys-Virt/">api ref</a>
+            <a href="https://metacpan.org/release/Sys-Virt/">api ref</a>
             <a href="https://libvirt.org/git/?p=libvirt-perl.git;a=blob;f=Changes;hb=HEAD">changes</a>
           </td>
         </tr>
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: update Perl download to point to modern CPAN site
Posted by Andrea Bolognani 5 years ago
On Wed, 2019-04-03 at 16:42 +0100, Daniel P. Berrangé wrote:
> The search.cpan.org site is a transparent redirect to metacpan.org these
> days, so we should just point directly to the new site.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  docs/downloads.html.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list