Skip to content

Commit

Permalink
Update link on home page.
Browse files Browse the repository at this point in the history
Fixes #2159
  • Loading branch information
markstory committed Oct 25, 2011
1 parent dcc17f2 commit e80c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Pages/home.ctp
Expand Up @@ -138,7 +138,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', __d('cake_dev', 'New'), __d('cake_dev', 'CakePHP 1.3 Docs')),
sprintf('<strong>%s</strong> %s', __d('cake_dev', 'New'), __d('cake_dev', 'CakePHP 2.0 Docs')),
'http://book.cakephp.org/2.0/en/',
array('target' => '_blank', 'escape' => false)
);
Expand Down

0 comments on commit e80c548

Please sign in to comment.