Skip to content

Commit 22f15f6

Browse files
committed
Hopefully fix broken links?
1 parent ee04854 commit 22f15f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Language/5to6-overview.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@ with a strong Perl 5 background and for anyone porting Perl 5 code to Perl 6.
1010
1111
=head1 Perl 6 in a Nutshell
1212
13-
L<Perl 6 in a Nutshell|/Language/5to6-nutshell> provides a quick overview of
13+
L<Perl 6 in a Nutshell|/language/5to6-nutshell> provides a quick overview of
1414
things changed in syntax, operators, compound statements, regular expressions,
1515
command-line flags, and various other bits and pieces.
1616
1717
=head1 Syntactic differences
1818
19-
L<The Syntax section|/Language/5to6-syntax> provides an overview of the
19+
The L<Syntax section|/language/5to6-syntax> provides an overview of the
2020
syntactic differences between Perl 5 and Perl 6: how it is still mostly
2121
free form, additional ways to write comments, and how C<switch> is very
2222
much a Perl 6 thing.
2323
2424
=head1 Operators in Perl 6
2525
26-
L<The Operators section|/Language/5to6-perlop> guides you from the operators
26+
The L<Operators section|/language/5to6-perlop> guides you from the operators
2727
in L<Perl 5's perlop|https://metacpan.org/pod/distribution/perl/pod/perlop.pod>
2828
to the equivalent in Perl 6.
2929
3030
=head1 Functions in Perl 6
3131
32-
L<The Functions section|/Language/5to6-perlfunc> describes all of the Perl 5
32+
The L<Functions section|/language/5to6-perlfunc> describes all of the Perl 5
3333
functions and their Perl 6 equivalent and any differences in behaviour. It
3434
also provides references to ecosystem modules that provide the Perl 5 behaviour
3535
of functions,either existing in Perl 6 with slightly different semantics
3636
(such as C<shift>), or non-existing in Perl 6 (such as C<tie>).
3737
3838
=head1 Special Variables in Perl 6
3939
40-
L<The Special Variables section|/Language/5to6-perlvar> describes if and how
40+
The L<Special Variables section|/language/5to6-perlvar> describes if and how
4141
a lot of Perl 5's special (punctuation) variables are supported in Perl 6.
4242
4343
=end pod

0 commit comments

Comments
 (0)