Browse Source

Documentation: relative link to the documentation

Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
Pierre Bertet 11 years ago
parent
commit
1e7917adea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/controllers.md

+ 1 - 1
laravel/documentation/controllers.md

@@ -140,7 +140,7 @@ Define the controller class and store it in **controllers/admin/panel.php**.
 <a name="controller-layouts"></a>
 ## Controller Layouts
 
-Full documentation on using layouts with Controllers [can be found on the Templating page](http://laravel.com/docs/views/templating).
+Full documentation on using layouts with Controllers [can be found on the Templating page](/docs/views/templating).
 
 <a name="restful-controllers"></a>
 ## RESTful Controllers