link fixes
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment / lighttpd / FastCGI.pod
index 92e7f3c..8ea1844 100644 (file)
@@ -54,7 +54,7 @@ above modes.  Note the required mod_rewrite rule.
     )
 
 For more information on using FastCGI under Lighttpd, visit
-L<http://www.lighttpd.net/documentation/fastcgi.html>
+L<https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI>
 
 
 =head2 Static file handling
@@ -72,8 +72,8 @@ Static files can be served directly by lighttpd for a performance boost.
          )
     }
 
-Which serves everything in the img, static, css directories
-statically, as well as the favicon file.
+This will serve everything in the C<img>, C<static>, and C<css>
+directories statically, as well as the favicon file.
 
 =head1 AUTHORS
 
@@ -84,4 +84,4 @@ Catalyst Contributors, see Catalyst.pm
 This library is free software. You can redistribute it and/or modify it under
 the same terms as Perl itself.
 
-=cut
\ No newline at end of file
+=cut