Fix reference to non-existant class
Tomas Doran [Sun, 22 Mar 2009 00:35:07 +0000 (00:35 +0000)]
Changes
lib/Catalyst/Manual/Intro.pod

diff --git a/Changes b/Changes
index 616e188..6c29432 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Catalyst-Manual
 
+        - There is no Catalyst::Config, fix reference to it. (t0m)
+
 5.7020  12 Mar 2009
         - Fix errors in FormFu chapter.
 
index 92d72f1..182b14a 100644 (file)
@@ -685,7 +685,7 @@ information.
     $c->res->status(404);
     $c->res->redirect('http://oook.de');
 
-=item * L<Catalyst::Config>
+=item * config
 
     $c->config
     $c->config->{root};