From 9758f907c42dd3f7c1d0bd364341166e2a49cb29 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 14 Feb 2024 06:48:39 +0900 Subject: [PATCH] docs: fix config filename routes.php --- user_guide_src/source/general/common_functions.rst | 2 +- user_guide_src/source/helpers/url_helper.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/general/common_functions.rst b/user_guide_src/source/general/common_functions.rst index bebf3cb3eaad..46e433158d0d 100755 --- a/user_guide_src/source/general/common_functions.rst +++ b/user_guide_src/source/general/common_functions.rst @@ -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 diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst index 6dcd67ae9994..9278539b3aea 100644 --- a/user_guide_src/source/helpers/url_helper.rst +++ b/user_guide_src/source/helpers/url_helper.rst @@ -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: