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