Release commit for 5.9013
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Cookbook.pod
index 1800657..da71df4 100644 (file)
@@ -747,6 +747,8 @@ F<XMLRPCsh.pl> (part of L<SOAP::Lite>):
     --- XMLRPC RESULT ---
     '3'
 
+=back
+
 =head3 Tip
 
 Your return data type is usually auto-detected, but you can easily
@@ -1293,7 +1295,7 @@ please put your actions into your Root controller.
 =head3 Flowchart
 
 A graphical flowchart of how the dispatcher works can be found on the wiki at
-L<http://dev.catalyst.perl.org/attachment/wiki/WikiStart/catalyst-flow.png>.
+L<https://web.archive.org/web/20190919010727/http://dev.catalystframework.org/attachment/wiki/WikiStart/catalyst-flow.png>.
 
 =head2 DRY Controllers with Chained actions
 
@@ -1848,7 +1850,7 @@ L<Catalyst::Plugin::Cache::FastMmap>
 L<Catalyst::Plugin::Cache::FileCache>
 L<Catalyst::Plugin::Cache::Memcached>
 L<Catalyst::Plugin::PageCache>
-L<http://search.cpan.org/dist/Template-Toolkit/lib/Template/Manual/Config.pod#Caching_and_Compiling_Options>
+L<Template::Manual::Config/Caching and Compiling Options>
 
 =head1 Testing