Release commit for 5.9013
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Cookbook.pod
index 9ae8738..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