Skip to content

Commit 49a7e03

Browse files
committed
docs: update ref name
1 parent 1dd5bd3 commit 49a7e03

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ your **app/Config/Routes.php** file.
313313

314314
CodeIgniter also permits you to map your URIs using its :ref:`Defined Route Routing <defined-route-routing>`..
315315

316-
.. _controller-auto-routing:
316+
.. _controller-auto-routing-legacy:
317317

318318
Auto Routing (Legacy)
319319
*********************

user_guide_src/source/incoming/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ Consider this URI::
712712
In the above example, CodeIgniter would attempt to find a controller named **Helloworld.php**
713713
and executes ``index()`` method with passing ``'1'`` as the first argument.
714714

715-
See :ref:`Auto Routing (Legacy) in Controllers <controller-auto-routing>` for more info.
715+
See :ref:`Auto Routing (Legacy) in Controllers <controller-auto-routing-legacy>` for more info.
716716

717717
Configuration Options (Legacy)
718718
==============================
@@ -732,7 +732,7 @@ The default controller is also used when no matching route has been found, and t
732732
in the controllers directory. For example, if the user visits **example.com/admin**, if a controller was found at
733733
**app/Controllers/Admin/Home.php**, it would be used.
734734

735-
See :ref:`Auto Routing in Controllers <controller-auto-routing>` for more info.
735+
See :ref:`Auto Routing (Legacy) in Controllers <controller-auto-routing-legacy>` for more info.
736736

737737
Default Method (Legacy)
738738
-----------------------

0 commit comments

Comments
 (0)