Fix typos
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 09_AdvancedCRUD.pod
index 4eb17a4..eda91d0 100644 (file)
@@ -57,16 +57,17 @@ L<Appendices|Catalyst::Manual::Tutorial::10_Appendices>
 =head1 DESCRIPTION
 
 This chapter of the tutorial explores more advanced functionality for
-Create, Read, Update, and Delete (CRUD) than we saw in Chapter 4.  In
-particular, it looks at a number of techniques that can be useful for
-the Update portion of CRUD, such as automated form generation,
-validation of user-entered data, and automated transfer of data between
-forms and model objects.
-
-In keeping with the Catalyst (and Perl) spirit of flexibility, there are 
-many different ways to approach advanced CRUD operations in a Catalyst 
-environment.  Therefore, this section of the tutorial allows you to pick 
-from one of several modules that that cover different form management 
+Create, Read, Update, and Delete (CRUD) than we saw in
+L<Chapter 4|Catalyst::Manual::Tutorial::04_BasicCRUD>.  In particular,
+it looks at a number of techniques that can be useful for the Update
+portion of CRUD, such as automated form generation, validation of
+user-entered data, and automated transfer of data between forms and
+model objects.
+
+In keeping with the Catalyst (and Perl) spirit of flexibility, there are
+many different ways to approach advanced CRUD operations in a Catalyst
+environment.  Therefore, this section of the tutorial allows you to pick
+from one of several modules that cover different form management
 tools.  Select one or more options from the list below.
 
 =head1 ADVANCED CRUD OPTIONS
@@ -87,7 +88,7 @@ L<FormBuilder|Catalyst::Manual::Tutorial::09_AdvancedCRUD::09_FormBuilder>
 
 =back
 
-B<NOTE:> Please contact the author if you would like to assist with 
+B<NOTE:> Please contact the author if you would like to assist with
 writing a new module.
 
 
@@ -97,11 +98,8 @@ Kennedy Clark, C<hkclark@gmail.com>
 
 Feel free to contact the author for any errors or suggestions, but the
 best way to report issues is via the CPAN RT Bug system at
-<https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Manual>.
+L<https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Manual>.
 
-The most recent version of the Catalyst Tutorial can be found at
-L<http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/>.
-
-Copyright 2006-2010, Kennedy Clark, under the
+Copyright 2006-2011, Kennedy Clark, under the
 Creative Commons Attribution Share-Alike License Version 3.0
 (L<http://creativecommons.org/licenses/by-sa/3.0/us/>).