This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade podlators from version 4.08 to 4.09
[perl5.git] / cpan / podlators / t / data / snippets / man / link-to-url
CommitLineData
a7ea90b1
SH
1[name]
2Link to URL
3
4[input]
5=head1 LINK TO URL
6
7This is a L<link|http://www.example.com/> to a URL.
8
9The newest version of this document is also available on the World Wide Web at
10L<http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod>.
11
12=head1 RT LINK
13
14L<[perl #12345]|https://rt.cpan.org/12345>
15
16[output]
17.SH "LINK TO URL"
18.IX Header "LINK TO URL"
19This is a link <http://www.example.com/> to a \s-1URL.\s0
20.PP
21The newest version of this document is also available on the World Wide Web at
22<http://pod.tst.eu/http://cvs.schmorp.de/rxvt\-unicode/doc/rxvt.7.pod>.
23.SH "RT LINK"
24.IX Header "RT LINK"
25[perl #12345] <https://rt.cpan.org/12345>