Skip to content

Commit

Permalink
Adjusted link for my docs-patch
Browse files Browse the repository at this point in the history
cakephp/docs#484

Moved url rewriting section
  • Loading branch information
ravage84 committed Feb 6, 2013
1 parent 758d717 commit 5ce6542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/View/Pages/home.ctp
Expand Up @@ -31,7 +31,7 @@ endif;
?>
<p id="url-rewriting-warning" style="background-color:#e32; color:#fff;">
<?php echo __d('cake_dev', 'URL rewriting is not properly configured on your server.'); ?>
1) <a target="_blank" href="http://book.cakephp.org/2.0/en/installation/advanced-installation.html#apache-and-mod-rewrite-and-htaccess" style="color:#fff;">Help me configure it</a>
1) <a target="_blank" href="http://book.cakephp.org/2.0/en/installation/url-rewriting.html" style="color:#fff;">Help me configure it</a>
2) <a target="_blank" href="http://book.cakephp.org/2.0/en/development/configuration.html#cakephp-core-configuration" style="color:#fff;">I don't / can't use URL rewriting</a>
</p>
<p>
Expand Down Expand Up @@ -222,4 +222,4 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<ul><li><?php echo __d('cake_dev', 'For the Development of CakePHP Git repository, Downloads'); ?></li></ul></li>
<li><a href="http://cakephp.lighthouseapp.com/"><?php echo __d('cake_dev', 'CakePHP Lighthouse'); ?> </a>
<ul><li><?php echo __d('cake_dev', 'CakePHP Tickets, Wiki pages, Roadmap'); ?></li></ul></li>
</ul>
</ul>

0 comments on commit 5ce6542

Please sign in to comment.