docs: fix config filename routes.php

This commit is contained in:
kenjis 2024-02-14 06:48:39 +09:00
parent a7f8163553
commit 9758f907c4
No known key found for this signature in database
GPG Key ID: BD254878922AF198
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ Miscellaneous Functions
:returns: a route path (URI path relative to baseURL)
:rtype: string
.. note:: This function requires the controller/method to have a route defined in **app/Config/routes.php**.
.. note:: This function requires the controller/method to have a route defined in **app/Config/Routes.php**.
.. important:: ``route_to()`` returns a *route* path, not a full URI path for your site.
If your **baseURL** contains sub folders, the return value is not the same

View File

@ -382,7 +382,7 @@ The following functions are available:
:returns: Absolute URL
:rtype: string
.. note:: This function requires the controller/method to have a route defined in **app/Config/routes.php**.
.. note:: This function requires the controller/method to have a route defined in **app/Config/Routes.php**.
Builds an absolute URL to a controller method in your app. Example: