File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ works exactly like a normal route definition:
8787.. literalinclude :: cli/002.php
8888 :lines: 2-
8989
90- For more information, see the :doc : `Routes </incoming/routing >` page.
90+ For more information, see the :ref : `Routes <command-line-only-routes >` page.
9191
9292The CLI Library
9393---------------
Original file line number Diff line number Diff line change @@ -335,7 +335,9 @@ You can use the ``add()`` method:
335335 only routes that match the current request method are stored, resulting in fewer routes to scan through
336336 when trying to find a match.
337337
338- Command-Line only Routes
338+ .. _command-line-only-routes :
339+
340+ Command-Line Only Routes
339341========================
340342
341343You can create routes that work only from the command-line, and are inaccessible from the web browser, with the
You can’t perform that action at this time.
0 commit comments