Suggestions and fixes with thanks to Murray Walker (along with a few other minor...
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / Intro.pod
index 828878b..0454a3a 100644 (file)
@@ -383,7 +383,7 @@ NetBSD Package Collection on Solaris
 
 The 2008 Advent Day 15 entry has more information on using C<pkgsrc> and 
 NetBSD packages on Solaris: 
-L<http://www.catalystframework.org/calendar/2008/15|>.
+L<http://www.catalystframework.org/calendar/2008/15>.
 
 =item * 
 
@@ -452,7 +452,7 @@ B<NOTE:> You can run the test cases for the final code through Part 8
 with the following commands:
 
     wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Part8.tgz
-    tar zxvf MyApp.tgz
+    tar zxvf MyApp_Part8.tgz
     cd MyApp
     CATALYST_DEBUG=0 prove --lib lib  t