Changed some Template Toolkit links to perldoc links (RT #38354)
Brian Cassidy [Mon, 11 Aug 2008 12:55:20 +0000 (12:55 +0000)]
Changes
lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod

diff --git a/Changes b/Changes
index 78550a0..ae9be28 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Catalyst-Manual
 
 5.701X   XXXXX 
+        - Changed some Template Toolkit links to perldoc links (RT #38354)
         - Fix Template Toolkit website link (RT #37574)
         - Fix part numbering (RT #37963)
 
index 09c1e71..7aa2cb8 100644 (file)
@@ -464,10 +464,10 @@ files, looping, conditional logic, etc.  In general, TT simplifies the
 usual range of Perl operators down to the single dot (C<.>) operator.
 This applies to operations as diverse as method calls, hash lookups, and
 list index values (see
-L<http://www.template-toolkit.org/docs/default/Manual/Variables.html>
+L<http://search.cpan.org/perldoc?Template::Manual::Variables>
 for details and examples).  In addition to the usual C<Template> module
 Pod documentation, you can access the TT manual at
-L<http://www.template-toolkit.org/docs/default/>.
+L<http://search.cpan.org/perldoc?Template::Manual>.
 
 B<NOTE:> The C<TTSite> helper creates several TT files using an
 extension of C<.tt2>. Most other Catalyst and TT examples use an