Skip to content

Commit eb86cbc

Browse files
committed
docs: improve explanation
1 parent 0e8977d commit eb86cbc

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ Auto Routing (Improved)
153153

154154
Since v4.2.0, the new more secure Auto Routing has been introduced.
155155

156-
.. note:: If you are familiar with CodeIgniter 3's Auto Routing or Auto Routing (Legacy),
157-
you can see the differences in :ref:`ChangeLog v4.2.0 <v420-new-improved-auto-routing>`.
156+
.. note:: If you are familiar with Auto Routing, which was enabled by default
157+
from CodeIgniter 3 through 4.1.x, you can see the differences in
158+
:ref:`ChangeLog v4.2.0 <v420-new-improved-auto-routing>`.
158159

159160
This section describes the functionality of the new auto-routing.
160161
It automatically routes an HTTP request, and executes the corresponding controller method

user_guide_src/source/incoming/routing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,9 @@ Auto Routing (Improved)
585585

586586
Since v4.2.0, the new more secure Auto Routing has been introduced.
587587

588-
.. note:: If you are familiar with CodeIgniter 3's Auto Routing or Auto Routing (Legacy),
589-
you can see the differences in :ref:`ChangeLog v4.2.0 <v420-new-improved-auto-routing>`.
588+
.. note:: If you are familiar with Auto Routing, which was enabled by default
589+
from CodeIgniter 3 through 4.1.x, you can see the differences in
590+
:ref:`ChangeLog v4.2.0 <v420-new-improved-auto-routing>`.
590591

591592
When no defined route is found that matches the URI, the system will attempt to match that URI against the controllers and methods when Auto Routing is enabled.
592593

0 commit comments

Comments
 (0)