Author: wayland Date: 2009-07-31 02:08:15 +0200 (Fri, 31 Jul 2009) New Revision: 27822
Modified: docs/Perl6/Spec/S17-concurrency.pod docs/Perl6/Spec/S22-package-format.pod docs/Perl6/Spec/S26-documentation.pod Log: [S17, S22, S26] Turned URLs into links Modified: docs/Perl6/Spec/S17-concurrency.pod =================================================================== --- docs/Perl6/Spec/S17-concurrency.pod 2009-07-30 20:11:55 UTC (rev 27821) +++ docs/Perl6/Spec/S17-concurrency.pod 2009-07-31 00:08:15 UTC (rev 27822) @@ -23,7 +23,7 @@ the old S17-concurrency.pod, which dealt only with concurrency. Signals were added from S16-io, but haven't been merged with the conflicting S17 signals doco. An event loop section has been added here because a) Larry mentioned the idea, and b) Moritz suggested -that http://www.seas.upenn.edu/~lipeng/homepage/unify.html be our model for concurrency, +that L<http://www.seas.upenn.edu/~lipeng/homepage/unify.html> be our model for concurrency, and in that model, an event loop underlies the threads. =head1 Overview Modified: docs/Perl6/Spec/S22-package-format.pod =================================================================== --- docs/Perl6/Spec/S22-package-format.pod 2009-07-30 20:11:55 UTC (rev 27821) +++ docs/Perl6/Spec/S22-package-format.pod 2009-07-31 00:08:15 UTC (rev 27822) @@ -31,7 +31,7 @@ =item * .jib files; this is the source package format, and is specified in this document =item * CPAN6; this is a piece of software for managing an archive network (such as CPAN). -This is not specified in this document; see http://cpan6.org/ +This is not specified in this document; see L<http://cpan6.org/> =item * PAUSE6; this is an actual network based on the cpan6 software (see above). It also is not documented here. @@ -48,10 +48,10 @@ =over -=item * Debian Policy: http://www.us.debian.org/doc/debian-policy +=item * Debian Policy: L<http://www.us.debian.org/doc/debian-policy> =item * Software::Packager::Metadata: -http://perlsoftpackmet.svn.sourceforge.net/viewvc/perlsoftpackmet/main/doc/ (click on the +L<http://perlsoftpackmet.svn.sourceforge.net/viewvc/perlsoftpackmet/main/doc/> (click on the link in the Rev. column next to Overview) =back Modified: docs/Perl6/Spec/S26-documentation.pod =================================================================== --- docs/Perl6/Spec/S26-documentation.pod 2009-07-30 20:11:55 UTC (rev 27821) +++ docs/Perl6/Spec/S26-documentation.pod 2009-07-31 00:08:15 UTC (rev 27822) @@ -25,7 +25,7 @@ The information that is in this file is a draft specification that is known to be out of date and likely to undergo some substantial revision. Until the document is updated, look at STD.pm -(http://svn.pugscode.org/pugs/src/perl6/STD.pm) for the valid +(L<http://svn.pugscode.org/pugs/src/perl6/STD.pm>) for the valid POD syntax. =head1 Perldoc