fix pod link (RT#80361)
Karen Etheridge [Sat, 26 Jul 2014 22:22:17 +0000 (15:22 -0700)]
lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod

index df69464..39b818a 100644 (file)
@@ -400,7 +400,7 @@ C<lib/MyApp/Controller/Books.pm> would match on the URL
 C<http://localhost:3000/books/list>, but "C<:Path('/list')>" would match
 on C<http://localhost:3000/list> (because of the leading slash).  You
 can use C<:Args()> to specify how many arguments an action should
-accept.  See L<Catalyst::Manual::Intro/Action_types> for more
+accept.  See L<Catalyst::Manual::Intro/Action-types> for more
 information and examples.
 
 =item *