Cleaning up link to 1.3 docs, fixing link to blog tutorial. Fixes #1097

Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
Scott Reeves 2010-09-10 12:49:30 -04:00 committed by mark_story
parent b60f65f420
commit 9ac8d1af1b

View file

@ -106,7 +106,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<p> <p>
<?php <?php
echo $this->Html->link( echo $this->Html->link(
sprintf('<strong>%s</strong>%s', __('new', true), __('CakePHP 1.3 Docs', true)), sprintf('<strong>%s</strong> %s', __('New', true), __('CakePHP 1.3 Docs', true)),
'http://book.cakephp.org/view/875/x1-3-Collection', 'http://book.cakephp.org/view/875/x1-3-Collection',
array('target' => '_blank', 'escape' => false) array('target' => '_blank', 'escape' => false)
); );
@ -116,7 +116,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<?php <?php
echo $this->Html->link( echo $this->Html->link(
__('The 15 min Blog Tutorial', true), __('The 15 min Blog Tutorial', true),
'http://book.cakephp.org/view/219/the-cakephp-blog-tutorial', 'http://book.cakephp.org/view/1528/Blog',
array('target' => '_blank', 'escape' => false) array('target' => '_blank', 'escape' => false)
); );
?> ?>