Skip to content

Commit ae610cb

Browse files
committed
Fixed some links (underscores instead of spaces)
I am not sure why this cannot be done automatically, but this change actually fixes some links (and therefore the link checker will complain less).
1 parent 11d00c5 commit ae610cb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/Type/Cool.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ to L<Str|/type/Str>, and searches for C<$needle> in the string starting from C<$
13471347
It returns the offset into the string where C<$needle> was found, and an undefined
13481348
value if it was not found.
13491349
1350-
See L<the documentation in type Str|/type/Str#routine index> for examples.
1350+
See L<the documentation in type Str|/type/Str#routine_index> for examples.
13511351
13521352
=head2 routine rindex
13531353
@@ -1366,7 +1366,7 @@ L<Str|/type/Str> and C<$startpos> to L<Int|/type/Int>, and
13661366
returns the last position of C<$needle> in C<$haystack> not after C<$startpos>.
13671367
Returns an undefined value if C<$needle> wasn't found.
13681368
1369-
See L<the documentation in type Str|/type/Str#routine rindex> for examples.
1369+
See L<the documentation in type Str|/type/Str#routine_rindex> for examples.
13701370
13711371
=head2 routine roots
13721372

doc/Type/Metamodel/MultipleInheritance.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ so that L<mro_unhidden|/type/Metamodel::C3MRO#method mro_unhidden> skips it.
3030
Adds C<$parent> as a parent type. If C<$hides> is set to a true value, the
3131
parent type is added as a hidden parent.
3232
33-
C<$parent> must be a fully L<composed|/language/mop#Composition time and
34-
static reasoning> typed. Otherwise an exception of type
35-
L<X::Inheritance::NotComposed> is thrown.
33+
C<$parent> must be a fully
34+
L<composed|/language/mop#Composition_time_and_static_reasoning> typed.
35+
Otherwise an exception of type L<X::Inheritance::NotComposed> is thrown.
3636
3737
=head2 method parents
3838

doc/Type/Routine.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ say double 21; # 42
180180
From inside another file you'd say C<use Foo;> to load a module and import the
181181
exported functions.
182182
183-
See L<Exporting and Selective Importing Modules|/language/modules#Exporting and Selective Importing>
183+
See L<Exporting and Selective Importing Modules|/language/modules#Exporting_and_Selective_Importing>
184184
for more details.
185185
186186
=head2 trait is DEPRECATED

0 commit comments

Comments
 (0)