we should really tag releases, or move to git v5.8005
Kieren Diment [Fri, 29 Oct 2010 12:05:18 +0000 (12:05 +0000)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index b98e8bf..41827d4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
 Revision history for Catalyst-Manual
 
+5.8005 27 Oct 2010 
     - Tutorial:
         - Add DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
-
+        - Critical bugfix on index page.
 5.8004 17 Feb 2010
     - Tutorial:
         - Add foreign key support for SQLite 
index af1d7d6..24f5fe4 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.8004';
+our $VERSION = '5.8005';
 
 =head1 NAME
 
@@ -24,7 +24,7 @@ Catalyst::Manual - The Catalyst developer's manual
 Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
 install all the dependencies you need to follow along with the
 Tutorial.  You can also refer to 
-L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::Intro>
+L<Catalyst::Manual::Tutorial::Intro|Catalyst::Manual::Tutorial::01_Intro>
 for more information on installation options.
 
 Some "Getting Started" Links: