Skip to content

Commit d800a75

Browse files
authored
Merge pull request #6441 from kenjis/fix-docs-link-to-spark
docs: fix incorrect links to the spark page
2 parents 31aab61 + b6d9f91 commit d800a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ available from the command line:
329329
.. literalinclude:: routing/032.php
330330

331331
.. note:: It is recommended to use Spark Commands for CLI scripts instead of calling controllers via CLI.
332-
See the :doc:`../cli/spark_commands` page for detailed information.
332+
See the :doc:`../cli/cli_commands` page for detailed information.
333333

334334
.. warning:: If you enable :ref:`auto-routing` and place the command file in **app/Controllers**,
335335
anyone could access the command with the help of auto-routing via HTTP.
@@ -717,7 +717,7 @@ In this example, if the user were to visit **example.com/products**, and a ``Pro
717717
Confirming Routes
718718
*****************
719719

720-
CodeIgniter has the following :doc:`command </cli/cli_commands>` to display all routes.
720+
CodeIgniter has the following :doc:`command </cli/spark_commands>` to display all routes.
721721

722722
.. _spark-routes:
723723

0 commit comments

Comments
 (0)