From: hkclark Date: Tue, 30 Aug 2011 02:03:56 +0000 (-0400) Subject: Make chapter reference a link X-Git-Tag: 5.9003~25^2~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=a9a6fb3fc40130d2617274382a2ced4b84ed1d00 Make chapter reference a link --- diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index fc938df..7e29687 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -60,12 +60,13 @@ This chapter of the tutorial builds on the fairly primitive application created in L to add basic support for Create, Read, Update, and Delete (CRUD) of C -objects. Note that the 'list' function in Chapter 3 already implements -the Read portion of CRUD (although Read normally refers to reading a -single object; you could implement full Read functionality using the -techniques introduced below). This section will focus on the Create and -Delete aspects of CRUD. More advanced capabilities, including full -Update functionality, will be addressed in +objects. Note that the 'list' function in +L already +implements the Read portion of CRUD (although Read normally refers to +reading a single object; you could implement full Read functionality +using the techniques introduced below). This section will focus on the +Create and Delete aspects of CRUD. More advanced capabilities, +including full Update functionality, will be addressed in L. Although this chapter of the tutorial will show you how to build CRUD