Skip to content

Commit d75b0ea

Browse files
author
Jan-Olof Hendig
committed
Fixed broken link
1 parent 32b2ebc commit d75b0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/unicode.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All Unicode codepoint names/named seq/emoji sequences are now case-insensitive:
2222
say "\c[latin capital letter E]"; # OUTPUT: «E␤» (U+0045)
2323
2424
In addition to using C<\c[]> inside interpolated strings, you can also use
25-
the L<parse-names routine|routine/parse-names#(Str)_routine_parse-names>
25+
the L<parse-names routine|/type/Str#routine_parse-names>
2626
or the parse-names method.
2727
2828
say "DIGIT ONE".parse-names; # OUTPUT: «1␤»

0 commit comments

Comments
 (0)