Skip to content

Commit 9f5a8bd

Browse files
committed
Fix new link to be absolute.
1 parent d6e975f commit 9f5a8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/list.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ be:
5555
# OUTPUT: «foo␤»
5656
5757
Because the semicolon doubles as a
58-
L<statement terminator|language/control#statements>
58+
L<statement terminator|/language/control#statements>
5959
it will end a literal list when used at the top level, instead creating
6060
a statement list. If you want to create a statement list inside parenthesis,
6161
use a sigil before the parenthesis:

0 commit comments

Comments
 (0)