Skip to content

Commit e5fcd55

Browse files
committed
fix broken links
1 parent 42092d2 commit e5fcd55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/operators.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ statement in a routine or type, it marks that routine or type as a stub
19161916
(which is significant in the context of pre-declaring types and composing
19171917
roles).
19181918
1919-
If the C<...> statement is executed, it calls L<&fail>, with the default
1919+
If the C<...> statement is executed, it calls L<fail|/routine/fail>, with the default
19201920
message C<stub code executed>.
19211921
19221922
=head2 listop C«!!!»
@@ -1928,7 +1928,7 @@ statement in a routine or type, it marks that routine or type as a stub
19281928
(which is significant in the context of pre-declaring types and composing
19291929
roles).
19301930
1931-
If the C<!!!> statement is executed, it calls L<&die>, with the default
1931+
If the C<!!!> statement is executed, it calls L<die|/routine/die>, with the default
19321932
message C<stub code executed>.
19331933
19341934
=head2 listop C«???»
@@ -1940,7 +1940,7 @@ statement in a routine or type, it marks that routine or type as a stub
19401940
(which is significant in the context of pre-declaring types and composing
19411941
roles).
19421942
1943-
If the C<???> statement is executed, it calls L<&warn>, with the default
1943+
If the C<???> statement is executed, it calls L<warn|/routine/warn>, with the default
19441944
message C<stub code executed>.
19451945
19461946
=head2 Reduction operators

0 commit comments

Comments
 (0)