summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2018-07-20 15:46:07 -0500
committerbrian d foy <brian.d.foy@gmail.com>2018-07-20 15:46:07 -0500
commit37f2744251717945b3d3fe9b16d6e22a5d48121c (patch)
tree6217513ffe69354925a5392bc01fce749e0c6473
parent91182051f8bc62aa97c39c645656a5d9aac922c0 (diff)
Link to MetaCPAN with HTTPS
-rw-r--r--README.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.pod b/README.pod
index 27149ad..5b5f9fc 100644
--- a/README.pod
+++ b/README.pod
@@ -10,7 +10,7 @@
=for HTML <a href="https://github.com/briandfoy/math-nocarry/blob/master/LICENSE"><img src="https://img.shields.io/cpan/l/Math-NoCarry.svg" /></a>
-=for HTML <a href="http://www.metacpan.org/module/Math::NoCarry"><img src="https://img.shields.io/cpan/v/Math-NoCarry.svg" /></A>
+=for HTML <a href="https://metacpan.org/pod/Math::NoCarry"><img src="https://img.shields.io/cpan/v/Math-NoCarry.svg" /></A>
=head1 The Math::NoCarry module
@@ -23,7 +23,7 @@ for any Perl module.
To read about L<Math::NoCarry>, look at the embedded documentation
in the module itself. Inside the distribution, you can format it
-with L<perldoc|http://perldoc.perl.org/perldoc.html>:
+with L<perldoc|https://perldoc.perl.orgperldoc.html>:
% perldoc lib/Math/NoCarry.pm
@@ -33,7 +33,7 @@ name instead of the file location:
% perldoc Math::NoCarry
You can read the documentation and inspect the meta data on
-L<MetaCPAN|http://www.metacpan.org/module/Math::NoCarry>.
+L<MetaCPAN|https://metacpan.org/pod/Math::NoCarry>.
The standard module documentation has example uses in the SYNOPSIS
section, but you can also look in the I<examples/> directory (if it's