Skip to content

Commit c537c5a

Browse files
committed
Fix 404 links
1 parent 01761b0 commit c537c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/5to6-perlop.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ also used for method calls. So Perl's C«$arrayref->[7]» becomes
5252
Raku's C<$arrayref.[7]> and C«$user->name» becomes C<$user.name>.
5353
Note that dereferencing is rare in Raku.
5454

55-
Raku uses the C<->> to attach L<Signatures|/language/Signature> to
56-
L<Blocks|/language/Block>.
55+
Raku uses the C<->> to attach L<C<Signatures>|/type/Signature>s to
56+
L<C<Block>|/type/Block>s.
5757

5858
=head2 Auto-increment and auto-decrement
5959

0 commit comments

Comments
 (0)