Skip to content

Commit f668750

Browse files
authored
Update faq.pod6
Attempt to fix bad link. `L<language|/language.html>` is good pod, but creates an error with htmlify.p6. Removing the extension, which is added by the site automatically, should produce a good link
1 parent a045b7d commit f668750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/faq.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ L<ecosystem|https://modules.perl6.org/>.
9797
=head2 Where can I find good documentation on Perl 6?
9898
9999
See L<the official documentation website|/>
100-
(especially its L<"Language" section|/language.html>) as well as the
100+
(especially its L<"Language" section|/language>) as well as the
101101
L<Resources page|https://perl6.org/resources/>. You can also consult
102102
this L<great cheatsheet|https://htmlpreview.github.io/?https://github.com/perl6/mu/blob/master/docs/Perl6/Cheatsheet/cheatsheet.html>.
103103
@@ -164,7 +164,7 @@ Yes, see L<glossary|/language/glossary>.
164164
=head2 I'm a Perl 5 programmer. Where is a list of differences between Perl 5
165165
and Perl 6?
166166
167-
There are several I<Perl 5 to Perl 6> guides in the L<Language section of the documentation|/language.html>, most notable of which
167+
There are several I<Perl 5 to Perl 6> guides in the L<Language section of the documentation|/language>, most notable of which
168168
is the L<Overview|/language/5to6-nutshell>.
169169
170170
X<|Ruby Quickstart (FAQ)>
@@ -950,4 +950,4 @@ print $current;
950950
951951
=end pod
952952

953-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
953+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)