From 126eab0a1a4e77245ab38dacbc18561f9eceb523 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Sat, 8 Nov 2025 08:40:43 -0500 Subject: [PATCH] Fix a mess of tutorial links Thanks @gilmagno! --- README.md | 4 ++-- lib/Dancer2/Manual/Tutorial.pod | 2 +- script/dancer2 | 2 +- share/skel/default/views/index.tt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45e165536..06defd1c7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Dancer2 is a lightweight yet powerful web application framework written in Perl.
- Tutorial + Tutorial · Manual · @@ -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 diff --git a/lib/Dancer2/Manual/Tutorial.pod b/lib/Dancer2/Manual/Tutorial.pod index 2ae22cdbb..5abe23b27 100644 --- a/lib/Dancer2/Manual/Tutorial.pod +++ b/lib/Dancer2/Manual/Tutorial.pod @@ -1,4 +1,4 @@ -package Dancer2::Tutorial; +package Dancer2::Manual::Tutorial; # ABSTRACT: A step-by-step guide to get you dancing =encoding utf8 diff --git a/script/dancer2 b/script/dancer2 index 819777569..be4871abb 100755 --- a/script/dancer2 +++ b/script/dancer2 @@ -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. +our L. =item * Dancer2 Manual diff --git a/share/skel/default/views/index.tt b/share/skel/default/views/index.tt index 5ed0e7e72..3f5a8b9f9 100644 --- a/share/skel/default/views/index.tt +++ b/share/skel/default/views/index.tt @@ -33,7 +33,7 @@ href="https://metacpan.org/pod/Dancer2::Manual">Introduction
  • Cookbook
  • Tutorial
  • Deployment