summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-04-24 12:32:42 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-26 09:39:50 +0200
commit3676dc40900bfc690777a77e6cde26f637cc4dce (patch)
tree9c229b4502c29bfc55d9f3646bb0eb1692f80257 /pod
parent3980dc9c1cbee6225cd296829ee61b2abbd851c8 (diff)
downloadperl-3676dc40900bfc690777a77e6cde26f637cc4dce.tar.gz
Fix broken links
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5111delta.pod2
-rw-r--r--pod/perl5120delta.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod
index 87fb9dfbe0..4717374803 100644
--- a/pod/perl5111delta.pod
+++ b/pod/perl5111delta.pod
@@ -260,7 +260,7 @@ Perl now defaults to issuing a warning if a deprecated language feature is used.
To disable this feature in a given lexical scope, you should use C<no
warnings 'deprecated';> For information about which language features
are deprecated and explanations of various deprecation warnings, please
-see L<perldiag.pod>
+see L<perldiag>
=back
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod
index 35fab9ad22..5d5b401e78 100644
--- a/pod/perl5120delta.pod
+++ b/pod/perl5120delta.pod
@@ -251,7 +251,7 @@ C<perl5xxdelta.pod> file for that release.
To disable this feature in a given lexical scope, you should use C<no
warnings 'deprecated';> For information about which language features
are deprecated and explanations of various deprecation warnings, please
-see L<perldiag.pod>. See L</Deprecations> below for the list of features
+see L<perldiag>. See L</Deprecations> below for the list of features
and modules Perl's developers have deprecated as part of this release.
=head2 Version number formats