Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Dancer2 is a lightweight yet powerful web application framework
written in Perl.
<br>
<a href="https://metacpan.org/pod/Dancer2%3A%3ATutorial">Tutorial</a>
<a href="https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3ATutorial">Tutorial</a>
·
<a href="https://metacpan.org/pod/Dancer2%3A%3AManual">Manual</a>
·
Expand Down Expand Up @@ -40,7 +40,7 @@ You have questions. We have answers.

- Dancer2 Tutorial

Want to learn by example? The [Dancer2 tutorial](https://metacpan.org/pod/Dancer2%3A%3ATutorial)
Want to learn by example? The [Dancer2 tutorial](https://metacpan.org/pod/Dancer2%3A%3AManual%3A%3ATutorial)
will take you from installation to a working application.

- Quick Start
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer2/Manual/Tutorial.pod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package Dancer2::Tutorial;
package Dancer2::Manual::Tutorial;
# ABSTRACT: A step-by-step guide to get you dancing

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion script/dancer2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ complete outline on where to go for help.
=item * Dancer2 Tutorial

If you are new to the Dancer approach, you should start by reading
our L<Dancer2::Tutorial>.
our L<Dancer2::Manual::Tutorial>.

=item * Dancer2 Manual

Expand Down
2 changes: 1 addition & 1 deletion share/skel/default/views/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
href="https://metacpan.org/pod/Dancer2::Manual">Introduction</a></li>
<li><a href="https://metacpan.org/pod/Dancer2::Cookbook">Cookbook</a></li>
<li><a
href="https://metacpan.org/pod/Dancer2::Tutorial"
href="https://metacpan.org/pod/Dancer2::Manual::Tutorial"
title="a tutorial to build a small blog engine with Dancer">Tutorial</a></li>
<li><a href="https://metacpan.org/pod/Dancer2::Manual::Deployment">Deployment</a></li>
</ul>
Expand Down
Loading