Skip to content

Commit f3ca3e7

Browse files
author
Daniel Mita
authored
Merge pull request #2255 from mienaikage/finding-modules-link
Modify case in link to Finding_modules
2 parents e08820a + a04dd72 commit f3ca3e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ C<MyModule::Class> will be defined when C<MyModule> is loaded.
8181
8282
C<use> loads and then imports from a compunit at compile time. It will look for
8383
files that end in C<.pm6> (C<.pm> is also supported). See
84-
L<here|/language/modules#Finding_Modules>
84+
L<here|/language/modules#Finding_modules>
8585
for where the runtime will look for modules.
8686
8787
=for code :skip-test

doc/Language/pragmas.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ construct, allowing the code to actually be executed.
112112
113113
=item X<B<lib>|lib> This pragma adds subdirectories to the library search
114114
path so that the interpreter can
115-
L<find the modules|/language/modules#Finding_Modules>.
115+
L<find the modules|/language/modules#Finding_modules>.
116116
117117
=for code :skip-test<Just a pragma>
118118
use lib <lib /opt/lib /usr/local/lib>;

0 commit comments

Comments
 (0)