Skip to content

Commit a948e06

Browse files
committed
Fix internal modules link (xq++, #perl6)
1 parent dfd3cdb commit a948e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ say $class.perl;
108108
109109
C<use> loads and then imports from a compunit at compile time. It will look for
110110
files that end in C<.pm6> (C<.pm> is also supported, but discouraged). See
111-
L<here|/language/modules#Finding_modules>
111+
L<here|/language/modules#Finding_installed_modules>
112112
for where the runtime will look for modules.
113113
114114
=for code :skip-test

0 commit comments

Comments
 (0)