Skip to content

Commit c18229e

Browse files
committed
Fix xref links
1 parent 3b8f9fe commit c18229e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/compilation.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ top level programs run quickly.
2929
One of the great strengths of the C<Perl> family of languages was the ability to integrate a whole ecosystem of modules
3030
written by competent programmers into a small program. This strength was widely copied and is now the norm for all
3131
languages. C<Raku> takes integration even further, making it relatively easy for C<Raku> programs to incorporate system
32-
libraries written in other languages into C<Raku> programs, see L<Native Call|Language/nativecall>.
32+
libraries written in other languages into C<Raku> programs, see L<Native Call|/language/nativecall>.
3333
3434
The experience from C<Perl> and other languages is that the distributive nature of Modules generate several practical difficulties:
3535
=item a popular module may go through several iterations as the API gets improved, without a guarantee that there is
@@ -46,7 +46,7 @@ So it is not possible simply to have only one version of a module with a single
4646
4747
C<Raku> enables all of these possibilities, allowing for multiple versions, multiple authorities, and multiple APIs to be present,
4848
installed, and available locally. The way classes and modules can be accessed with specific attributes
49-
is explained L<elsewhere|Language/typesystem#Versioning_and_authorship>. This tutorial is about how C<Raku> handles these
49+
is explained L<elsewhere|/language/typesystem#Versioning_and_authorship>. This tutorial is about how C<Raku> handles these
5050
possibilities.
5151
5252
=head1 Introduction

0 commit comments

Comments
 (0)