Skip to content

Commit a6d1385

Browse files
committed
docs: replace "Auto Routing (Legacy)" with auto-routing
1 parent 3b8c101 commit a6d1385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Configuring Filters
6767
Once you've created your filters, you need to configure when they get run. This is done in **app/Config/Filters.php**.
6868
This file contains four properties that allow you to configure exactly when the filters run.
6969

70-
.. Note:: The safest way to apply filters is to :ref:`disable Auto Routing (Legacy) <use-defined-routes-only>`, and :ref:`set filters to routes <applying-filters>`.
70+
.. Note:: The safest way to apply filters is to :ref:`disable auto-routing <use-defined-routes-only>`, and :ref:`set filters to routes <applying-filters>`.
7171

7272
.. Warning:: It is recommended that you should always add ``*`` at the end of a URI in the filter settings.
7373
Because a controller method might be accessible by different URLs than you think.

0 commit comments

Comments
 (0)