X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F02_CatalystBasics.pod;h=c410066792a9d562c12572352dcfb854bd1a29e8;hp=f4a2df4218445fc70b29d4791b0c0e47437ab7ca;hb=cacb3819a45beb62da8e38784e503e976e3ebb69;hpb=f9ce297698249b24617c5a60e7c625f2005be144 diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index f4a2df4..c410066 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -366,7 +366,7 @@ To create a TT view, run: $ script/hello_create.pl view HTML TT This creates the F module, which is a subclass -of C. +of L. =over 4 @@ -394,7 +394,7 @@ contains a config statement to set the TT extension to ".tt". Now that the HTML.pm "View" exists, Catalyst will autodiscover it and be able to use it to display the view templates using the "process" method -that it inherits from the C class. +that it inherits from the L class. Template Toolkit is a very full-featured template facility, with excellent documentation at L, but since