link fixes
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Components.pod
index 45283e6..e4b74ff 100644 (file)
@@ -13,7 +13,7 @@ This list may well be outdated by the time you read this, and some
 plugins may be deprecated, or, conversely, may now part of core
 L<Catalyst>. Be sure to check the Catalyst:: and CatalystX:: namespaces
 for additional components, and consult the mailing list (
-L<http://dev.catalyst.perl.org/wiki/Support> ) for advice on the current
+L<http://wiki.catalystframework.org/wiki/Support> ) for advice on the current
 status or preferred use of your chosen plugin/framework.
 
 =head1 PLUGINS
@@ -274,10 +274,10 @@ L<Catalyst::Plugin::ConfigLoader::YAML>
 
 =head2 L<Catalyst::Plugin::FillInForm>
 
-A plugin based on C<HTML::FillInForm>, which describes itself as a module
+A plugin based on L<HTML::FillInForm>, which describes itself as a module
 to automatically insert data from a previous HTML form into the HTML input,
-textarea, radio buttons, checkboxes, and select tags.  C<HTML::FillInForm>
-is a subclass of C<HTML::Parser> and uses it to parse the HTML and insert
+textarea, radio buttons, checkboxes, and select tags.  L<HTML::FillInForm>
+is a subclass of L<HTML::Parser> and uses it to parse the HTML and insert
 the values into the form tags.
 
 =head2 L<Catalyst::Plugin::Flavour>