Skip to content

Commit d8509e2

Browse files
committed
Update perlcabal.org/syn/ links to design.perl6.org
1 parent 4813e3d commit d8509e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

S19-commandline.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ list of arguments provided on the command-line.
570570

571571
=item L<http://search.cpan.org/~dconway/Getopt-Euclid-v0.2.0/lib/Getopt/Euclid.pm>
572572

573-
=item L<http://perlcabal.org/syn/S06.html#Declaring_a_MAIN_subroutine>
573+
=item L<http://design.perl6.org/S06.html#Declaring_a_MAIN_subroutine>
574574

575575
=item L<http://search.cpan.org/src/AUDREYT/Perl6-Pugs-6.2.13/docs/Pugs/Doc/Run.pod>
576576

S99-glossary.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Depth First Search. See L<also|http://xkcd.com/761/>.
484484
=head2 dies_ok
485485

486486
A C<Test> function that succeeds when its argument, a Code object, dies at run
487-
time. See L<S24|http://perlcabal.org/syn/S24.html>.
487+
time. See L<S24|http://design.perl6.org/S24.html>.
488488

489489
=head2 diffy
490490

@@ -1022,7 +1022,7 @@ Less Than Awesome.
10221022

10231023
=head2 LTM
10241024

1025-
See L<Longest Token Matching|http://perlcabal.org/syn/S05.html#Longest-token_matching>
1025+
See L<Longest Token Matching|http://design.perl6.org/S05.html#Longest-token_matching>
10261026

10271027
=head1 M
10281028

@@ -1238,7 +1238,7 @@ See L</operator>.
12381238
An expression is made of operators and operands. More precisely it is made of an operator and
12391239
operands that can be subexpressions or L</values>.
12401240
Operators are an alternative syntax for a L<multi method>. With that syntax, what would be the L</argument>s of the function
1241-
are named operands instead. Operators are classified into L<categories|http://perlcabal.org/syn/S02.html#Grammatical_Categories> of categories.
1241+
are named operands instead. Operators are classified into L<categories|http://design.perl6.org/S02.html#Grammatical_Categories> of categories.
12421242
A category has a precedence, an arity, can be L</fidly>, L</iffy>, L</diffy>.
12431243
Perl 6 is very creative as to what is an operator so they are many categories which operators are amde
12441244
of many tokens, possibly with a subexpression. For example, L<@a[0]> belongs to the
@@ -1942,7 +1942,7 @@ materialized in wooden nickels.
19421942
A secondary L</sigil>. For example, C<%*ENV> has a sigil of C<%> and
19431943
a twigil of C<*>.
19441944

1945-
See L<http://perlcabal.org/syn/S02.html#Twigils>.
1945+
See L<http://design.perl6.org/S02.html#Twigils>.
19461946

19471947
=head1 U
19481948

0 commit comments

Comments
 (0)