Skip to content

Commit 2405061

Browse files
committed
docs: fix Config file paths
1 parent 44ed6ff commit 2405061

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rule and message array formats, as well as available rules:
9696
.. literalinclude:: controllers/004.php
9797

9898
If you find it simpler to keep the rules in the configuration file, you can replace
99-
the ``$rules`` array with the name of the group as defined in ``Config\Validation.php``:
99+
the ``$rules`` array with the name of the group as defined in **app/Config/Validation.php**:
100100

101101
.. literalinclude:: controllers/005.php
102102

user_guide_src/source/testing/controllers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for details.
5454
withConfig($config)
5555
-------------------
5656

57-
Allows you to pass in a modified version of **Config\App.php** to test with different settings:
57+
Allows you to pass in a modified version of **app/Config/App.php** to test with different settings:
5858

5959
.. literalinclude:: controllers/005.php
6060

0 commit comments

Comments
 (0)