Skip to content

Commit fa718ce

Browse files
committed
Track master/main rename
(one of these doesn't exist on master)
1 parent f87f376 commit fa718ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/Language/modules-core.rakudoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ X<|Modules,CompUnit (Rakudo classes)>
1515
These modules are mostly used by distribution build tools, and are not intended
1616
to be used (at least until version 6.c) by the final user.
1717

18-
=item L«C<CompUnit::Repository::Staging>|https://github.com/rakudo/rakudo/blob/master/lib/CompUnit/Repository/Staging.rakumod».
19-
=item L<C<CompUnit::Repository::(FileSystem|Installation|AbsolutePath|Unknown|NQP|Perl6|RepositoryRegistry)>|https://github.com/rakudo/rakudo/blob/master/src/core.c/CompUnit/RepositoryRegistry.rakumod>.
18+
=item L«C<CompUnit::Repository::Staging>|https://github.com/rakudo/rakudo/blob/main/lib/CompUnit/Repository/Staging.rakumod».
19+
=item L<C<CompUnit::Repository::(FileSystem|Installation|AbsolutePath|Unknown|NQP|Perl6|RepositoryRegistry)>|https://github.com/rakudo/rakudo/blob/main/src/core.c/CompUnit/RepositoryRegistry.rakumod>.
2020

2121
=head2 C<NativeCall> modules
2222

23-
=item L«C<NativeCall>|https://github.com/rakudo/rakudo/blob/master/lib/NativeCall.rakumod» Native Calling Interface (L<docs|/language/nativecall>)
24-
=item L«C<NativeCall::Types>|https://github.com/rakudo/rakudo/blob/master/lib/NativeCall/Types.rakumod» Used by C<NativeCall>
25-
=item L«C<NativeCall::Compiler::GNU>|https://github.com/rakudo/rakudo/blob/master/lib/NativeCall/Compiler/GNU.rakumod» Used by C<NativeCall>
26-
=item L«C<NativeCall::Compiler::MSVC>|https://github.com/rakudo/rakudo/blob/master/lib/NativeCall/Compiler/MSVC.rakumod» Used by C<NativeCall>
23+
=item L«C<NativeCall>|https://github.com/rakudo/rakudo/blob/main/lib/NativeCall.rakumod» Native Calling Interface (L<docs|/language/nativecall>)
24+
=item L«C<NativeCall::Types>|https://github.com/rakudo/rakudo/blob/main/lib/NativeCall/Types.rakumod» Used by C<NativeCall>
25+
=item L«C<NativeCall::Compiler::GNU>|https://github.com/rakudo/rakudo/blob/main/lib/NativeCall/Compiler/GNU.rakumod» Used by C<NativeCall>
26+
=item L«C<NativeCall::Compiler::MSVC>|https://github.com/rakudo/rakudo/blob/main/lib/NativeCall/Compiler/MSVC.rakumod» Used by C<NativeCall>
2727

2828
=head2 Other modules
2929

30-
=item L«C<Pod::To::Text>|https://github.com/rakudo/rakudo/blob/master/lib/Pod/To/Text.rakumod» Used by several external modules
30+
=item L«C<Pod::To::Text>|https://github.com/rakudo/rakudo/blob/main/lib/Pod/To/Text.rakumod» Used by several external modules
3131
=item L«C<Test>|/type/Test» Test routines (see L<tutorial|/language/testing>)
32-
=item L«C<experimental>|https://github.com/rakudo/rakudo/blob/master/lib/experimental.rakumod»
32+
=item L«C<experimental>|https://github.com/rakudo/rakudo/blob/main/lib/experimental.rakumod»
3333
(L<documentation|/language/pragmas#index-entry-experimental__pragma>)
34-
=item L«C<newline>|https://github.com/rakudo/rakudo/blob/master/lib/newline.rakumod»
34+
=item L«C<newline>|https://github.com/rakudo/rakudo/blob/main/lib/newline.rakumod»
3535

3636
=end pod

0 commit comments

Comments
 (0)