From a9be299b56497bd1aac24a2547f1fb3e4ce61b0f Mon Sep 17 00:00:00 2001 From: Roman Grinyov Date: Fri, 19 Aug 2016 16:20:47 +0300 Subject: [PATCH] Renamed "Routing and URL Generation" --- docs/guide/structure-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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