Merge pull request #10 from dboehmer/patch-1
Karen Etheridge [Sat, 3 Feb 2024 19:39:53 +0000 (11:39 -0800)]
Recover flowchart image by using URL to Wayback Machine

lib/Catalyst/Manual/Cookbook.pod

index 40fc646..da71df4 100644 (file)
@@ -1295,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.catalystframework.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