Skip to content

Commit 9c3f1f7

Browse files
committed
docs: remove incorrect links
1 parent 65cb4d5 commit 9c3f1f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ see the "Hello World" message.
333333
precedence over Auto Routing, and controllers defined in the defined routes
334334
are denied access by Auto Routing (Improved) for security reasons.
335335

336-
For more information, please refer to the :ref:`routes-configuration-options` section of the
337-
:ref:`URI Routing <routing-auto-routing-improved-configuration-options>` documentation.
336+
For more information, please refer to the
337+
:ref:`routing-auto-routing-improved-configuration-options` documentation.
338338

339339
.. _controller-default-method-fallback:
340340

@@ -564,8 +564,8 @@ see the "Hello World" message.
564564

565565
.. note:: The line ``$routes->get('/', 'Home::index');`` is an optimization that you will want to use in a "real-world" app. But for demonstration purposes we don't want to use that feature. ``$routes->get()`` is explained in :doc:`URI Routing <routing>`
566566

567-
For more information, please refer to the :ref:`routes-configuration-options` section of the
568-
:ref:`URI Routing <routing-auto-routing-legacy-configuration-options>` documentation.
567+
For more information, please refer to the the
568+
:ref:`routing-auto-routing-legacy-configuration-options` documentation.
569569

570570
Organizing Your Controllers into Sub-directories (Legacy)
571571
=========================================================

0 commit comments

Comments
 (0)