Skip to content

Commit

Permalink
Merge pull request #6441 from kenjis/fix-docs-link-to-spark
Browse files Browse the repository at this point in the history
docs: fix incorrect links to the spark page
  • Loading branch information
MGatner authored Aug 29, 2022
2 parents 31aab61 + b6d9f91 commit d800a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/incoming/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ available from the command line:
.. literalinclude:: routing/032.php

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

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

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

.. _spark-routes:

Expand Down

0 comments on commit d800a75

Please sign in to comment.