Skip to content

Commit 52fc49c

Browse files
committed
docs: make the file path more detailed
1 parent 661cf16 commit 52fc49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/cli/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ you with CLI-only tools.
7979
CLI-Only Routing
8080
----------------
8181

82-
In your **Routes.php** file you can create routes that are only accessible from
82+
In your **app/Config/Routes.php** file you can create routes that are only accessible from
8383
the CLI as easily as you would create any other route. Instead of using the ``get()``,
8484
``post()``, or similar method, you would use the ``cli()`` method. Everything else
8585
works exactly like a normal route definition:

0 commit comments

Comments
 (0)