From 1e7917adea1d655dcb025dc727adf53ec1e4ff30 Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Tue, 8 Jan 2013 16:57:18 +0100 Subject: [PATCH] Documentation: relative link to the documentation Signed-off-by: Pierre Bertet --- laravel/documentation/controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/controllers.md b/laravel/documentation/controllers.md index eb3e490a..7bece18b 100644 --- a/laravel/documentation/controllers.md +++ b/laravel/documentation/controllers.md @@ -140,7 +140,7 @@ Define the controller class and store it in **controllers/admin/panel.php**. ## 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). ## RESTful Controllers