Add "next chapter" links to the bottom of each page (RT #62171)
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 08_Testing.pod
index bff23f1..c7ff3e1 100644 (file)
@@ -431,6 +431,10 @@ t/controller_Foo.t:
     $mech->get_ok( 'http://localhost/foo' );
 
 
+You can jump to the next chapter of the tutorial here:
+L<Advanced CRUD|Catalyst::Manual::Tutorial::09_AdvancedCRUD>
+
+
 =head1 AUTHOR
 
 Kennedy Clark, C<hkclark@gmail.com>