Skip to content

Commit 7d50bd3

Browse files
authored
Merge pull request #8542 from kenjis/fix-typo-routes.php
docs: fix config filename routes.php
2 parents 8b1fd98 + 9758f90 commit 7d50bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

user_guide_src/source/general/common_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Miscellaneous Functions
383383
:returns: a route path (URI path relative to baseURL)
384384
:rtype: string
385385

386-
.. note:: This function requires the controller/method to have a route defined in **app/Config/routes.php**.
386+
.. note:: This function requires the controller/method to have a route defined in **app/Config/Routes.php**.
387387

388388
.. important:: ``route_to()`` returns a *route* path, not a full URI path for your site.
389389
If your **baseURL** contains sub folders, the return value is not the same

user_guide_src/source/helpers/url_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The following functions are available:
382382
:returns: Absolute URL
383383
:rtype: string
384384

385-
.. note:: This function requires the controller/method to have a route defined in **app/Config/routes.php**.
385+
.. note:: This function requires the controller/method to have a route defined in **app/Config/Routes.php**.
386386

387387
Builds an absolute URL to a controller method in your app. Example:
388388

0 commit comments

Comments
 (0)