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.