Skip to content

Commit 7f6e215

Browse files
committed
Move perlcabal.org links to design.perl6.org
1 parent 53cbdb8 commit 7f6e215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Language/modules.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To share your module then, do the following:
6161
Test. It's quite similar to Perl 5's Test::More.
6262
6363
=item To document your modules, use L<Perl 6 Pod |
64-
http://perlcabal.org/syn/S26.html> markup inside your modules. Module
64+
http://design.perl6.org/S26.html> markup inside your modules. Module
6565
documentation is most appreciated, and will be especially important once
6666
the Perl 6 module directory (or some other site) begins rendering Pod docs
6767
as html for easy browsing.
@@ -91,7 +91,7 @@ To share your module then, do the following:
9191
9292
For choosing a version numbering scheme, perhaps use
9393
"major.minor.patch" (see L<the spec on versioning |
94-
http://perlcabal.org/syn/S11.html#Versioning> for further
94+
http://design.perl6.org/S11.html#Versioning> for further
9595
details). If the version number doesn't matter to you or your users
9696
right now, you can just put in an asterisk (*) for the version.
9797
=end item

0 commit comments

Comments
 (0)