wrong bloody URL
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Intro.pod
index 794a8ef..bf9353f 100644 (file)
@@ -870,7 +870,7 @@ subroutine name together determine the path.
 
 1;
 
-Matches http://localhost:3000/foo - that is, the action is mapped
+Matches http://localhost:3000/bar - that is, the action is mapped
 directly to the method name, ignoring the controller namespace.
 
 C<:Global> always matches from the application root: it is simply