summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.os23
-rw-r--r--pod/perl56delta.pod4
-rw-r--r--pod/perlxs.pod2
3 files changed, 5 insertions, 4 deletions
diff --git a/README.os2 b/README.os2
index 2383ee807b..88f45a9ed9 100644
--- a/README.os2
+++ b/README.os2
@@ -724,7 +724,8 @@ can be constructed using C<pod2latex>.
=head1 BUILD
Here we discuss how to build Perl under OS/2. There is an alternative
-(but maybe older) view on L<http://www.shadow.net/~troc/os2perl.html>.
+(but maybe older) view on
+L<http://www.shadow.net/~troc/os2perl.html|http://www.shadow.net/~troc/os2perl.html>.
=head2 Prerequisites
diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod
index 63f7060d87..5eb9d2c980 100644
--- a/pod/perl56delta.pod
+++ b/pod/perl56delta.pod
@@ -790,8 +790,8 @@ already. The fatal error has been downgraded to an optional warning:
This warns you that C<"fred@example.com"> is going to turn into
C<fred.com> if you don't backslash the C<@>.
-See L<http://www.plover.com/~mjd/perl/at-error.html> for more details
-about the history here.
+See L<http://www.plover.com/~mjd/perl/at-error.html|http://www.plover.com/~mjd/perl/at-error.html>
+for more details about the history here.
=head1 Modules and Pragmata
diff --git a/pod/perlxs.pod b/pod/perlxs.pod
index 5e333c088d..e3502943ca 100644
--- a/pod/perlxs.pod
+++ b/pod/perlxs.pod
@@ -72,7 +72,7 @@ See L<perlxstut> for a tutorial on the whole extension creation process.
Note: For some extensions, Dave Beazley's SWIG system may provide a
significantly more convenient mechanism for creating the extension glue
-code. See L<http://www.swig.org> for more
+code. See L<http://www.swig.org/|http://www.swig.org/> for more
information.
=head2 On The Road