From f6dc363c8cea0beb1a303daaa76f455a1914d4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ch=C3=A9demail?= Date: Tue, 16 Dec 2014 10:29:50 +0100 Subject: [PATCH] Broken link anchor --- routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.md b/routing.md index 02232b2157b..3d24f77d79c 100644 --- a/routing.md +++ b/routing.md @@ -354,6 +354,6 @@ More information on handling 404 exceptions and using custom responses for these ## Routing To Controllers -Laravel allows you to not only route to Closures, but also to controller classes, and even allows the creation of [resource controllers](/docs/controllers#resource-controllers). +Laravel allows you to not only route to Closures, but also to controller classes, and even allows the creation of [resource controllers](/docs/controllers#restful-resource-controllers). See the documentation on [Controllers](/docs/controllers) for more details.