Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleaning up link to 1.3 docs, fixing link to blog tutorial. Fixes #1097
Signed-off-by: mark_story <mark@mark-story.com>
  • Loading branch information
star-szr authored and markstory committed Sep 10, 2010
1 parent b60f65f commit 9ac8d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cake/libs/view/pages/home.ctp
Expand Up @@ -106,7 +106,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<p>
<?php
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',
array('target' => '_blank', 'escape' => false)
);
Expand All @@ -116,7 +116,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<?php
echo $this->Html->link(
__('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)
);
?>
Expand Down

0 comments on commit 9ac8d1a

Please sign in to comment.