@@ -15,22 +15,22 @@ X<|Modules,CompUnit (Rakudo classes)>
15
15
These modules are mostly used by distribution build tools, and are not intended
16
16
to be used (at least until version 6.c) by the final user.
17
17
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>.
20
20
21
21
=head2 C<NativeCall> modules
22
22
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>
27
27
28
28
=head2 Other modules
29
29
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
31
31
=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»
33
33
(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»
35
35
36
36
=end pod
0 commit comments