Skip to content

Commit f5e984f

Browse files
committed
Make index links go straight to the .html
Since doc.perl6.org server expects them to be in /index.html otherwise
1 parent eeef352 commit f5e984f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/HomePage.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ by reporting mistakes or sending patches.
99

1010
<hr>
1111

12-
<h3><a href="/language">Language Reference & Tutorials</a></h3>
12+
<h3><a href="/language.html">Language Reference & Tutorials</a></h3>
1313
<desc>
1414
A collection of documents describing, in detail, the various
1515
conceptual parts of the language.Z<< If you're new to Perl 6,
1616
language>intro is a good place to start.>>
1717
</desc>
18-
<h3><a href="/type">Type Reference</a></h3>
18+
<h3><a href="/type.html">Type Reference</a></h3>
1919
<desc>
2020
Index of built-in classes and roles.
2121
</desc>
22-
<h3><a href="/routine">Routine Reference</a></h3>
22+
<h3><a href="/routine.html">Routine Reference</a></h3>
2323
<desc>
2424
Index of built-in subroutines and methods.
2525
</desc>
2626
Z<<
27-
<h3><a href="/module">Module Reference</a></h3>
27+
<h3><a href="/module.html">Module Reference</a></h3>
2828
<desc>
2929
Index of modules that are part of the official core distribution.
3030
</desc>

0 commit comments

Comments
 (0)