Fix Catalyst tutorial link. RT#47043
Dagfinn Ilmari Mannsåker [Wed, 2 Apr 2014 12:51:42 +0000 (13:51 +0100)]
Link to the top-level tutorial instead of the specific numbered
chapter, since chapter numbers might change.

Changes
lib/Catalyst/Authentication/Realm/SimpleDB.pm

diff --git a/Changes b/Changes
index c8babb3..91363dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
        * Fix doc bugs. RT#87372
        * Fix calling User->can() as a class method. RT#90715
+       * Fix Catalyst tutorial link. RT#47043
 
 0.1505 2013-06-10
        * Fix RT#82944 - test fails on perl >= 5.17.3
index 1912d2e..d0c2a95 100644 (file)
@@ -238,7 +238,7 @@ you can refer to the following:
 =over
 
 =item *
-L<Catalyst::Manual::Tutorial::Authentication>
+L<Catalyst::Manual::Tutorial>
 
 =item *
 L<Catalyst::Plugin::Authentication>