Skip to content

Commit 48fac52

Browse files
committed
fix broken links
1 parent 46a025d commit 48fac52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ variables are generated by C<item> context.
397397
my $sref = &foo ; # Perl 6
398398
399399
B<NOTE:> If one or more values reference the topic variable, C<$_>, the
400-
right-hand side of the assignment will be interpreted as a L<Block|/type/Block.html>,
400+
right-hand side of the assignment will be interpreted as a L<Block|/type/Block>,
401401
not a Hash:
402402
403403
my @people = [
@@ -439,7 +439,7 @@ the topic variable:
439439
};
440440
=end item
441441
442-
See L<Hash assignment|/type/Hash.html#Hash_assignment> for more details.
442+
See L<Hash assignment|/type/Hash#Hash_assignment> for more details.
443443
444444
445445
=head2 Dereferencing

doc/Type/Hash.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To assign to a variable without the C<%> sigil, you may use curly braces:
6767
say $h<a>; # 1
6868
6969
B<NOTE:> If one or more values reference the topic variable, C<$_>, the
70-
right-hand side of the assignment will be interpreted as a L<Block|/type/Block.html>,
70+
right-hand side of the assignment will be interpreted as a L<Block|/type/Block>,
7171
not a Hash:
7272
7373
my @people = [

0 commit comments

Comments
 (0)