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 lib/Dancer2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ You have questions. We have answers.

=item * Dancer2 Tutorial

Want to learn by example? The L<Dancer2::Manual::Tutorial> will take you from
Want to learn by example? The L<tutorial|Dancer2::Manual::Tutorial> will take you from
installation to a working application.

item * Quick Start
=item * Quick Start

Want to get going faster? L<Quick Start|Dancer2::Manual::QuickStart> will help you install Dancer2
and bootstrap a new application quickly.
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
Loading