Skip to content

Commit abffb0a

Browse files
committed
Fix tutorial links
1 parent d99471f commit abffb0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

views/documentation.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can also find interesting and working examples in the
2121
href="https://metacpan.org/pod/Dancer2::Manual::Cookbook">Cookbook</a>.
2222
There are lots of recipes in there to help you handle common patterns in web
2323
development. The <a
24-
href="https://metacpan.org/pod/Dancer2::Manual::Tutorial">Tutorial</a>
24+
href="https://metacpan.org/pod/Dancer2::Tutorial">Tutorial</a>
2525
also helps if you like to learn by example.
2626
</p>
2727

views/includes/doc-list.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(thecrux)</li>
44
<li><a href="https://p3rl.org/Dancer2::Manual">Dancer2::Manual</a>
55
- a gentle introduction to Dancer2</li>
6-
<li><a href="https://p3rl.org/Dancer2::Manual::Tutorial">Dancer2::Manual::Tutorial</a> - a
6+
<li><a href="https://p3rl.org/Dancer2::Tutorial">Dancer2::Tutorial</a> - a
77
walkthrough creating an example application</a></li>
88
<li><a href="https://p3rl.org/Dancer2::Manual::Cookbook">Dancer2::Manual::Cookbook</a> -
99
examples for achieving common tasks with Dancer2</li>

0 commit comments

Comments
 (0)