diff --git a/docs/guide/structure-controllers.md b/docs/guide/structure-controllers.md index ee5fb8a92f..601e314d75 100644 --- a/docs/guide/structure-controllers.md +++ b/docs/guide/structure-controllers.md @@ -85,7 +85,7 @@ ModuleID/ControllerID/ActionID So if a user requests with the URL `http://hostname/index.php?r=site/index`, the `index` action in the `site` controller will be executed. For more details on how routes are resolved into actions, please refer to -the [Routing and URL Generation](runtime-routing.md) section. +the [Routing and URL Creation](runtime-routing.md) section. ## Creating Controllers