From: Sebastian Riedel Date: Sat, 5 Mar 2005 20:10:07 +0000 (+0000) Subject: fixed docs X-Git-Tag: 5.7099_04~1777 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd0b84fee986fb247d5e9adda9d3d04e79808208;p=catagits%2FCatalyst-Runtime.git fixed docs --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 6527af6..2f0eff0 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -552,7 +552,7 @@ Catalyst has a built in http server for testing! (Later, you can easily use a mo Start your application on the command line... - perl bin/server + script/server.pl or @@ -562,7 +562,7 @@ or You can also do it all from the command line: - perl bin/test http://localhost/ + script/test.pl http://localhost/ or