Skip to content

Commit 044ae22

Browse files
authored
Merge pull request #6616 from kenjis/fix-docs-routing-link
docs: fix incorrect link to a method in routing.rst
2 parents 61fcc81 + c18425b commit 044ae22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ a valid class/method pair, just like you would show in any route, or a Closure:
556556

557557
.. note:: The ``set404Override()`` method does not change the Response status code to ``404``.
558558
If you don't set the status code in the controller you set, the default status code ``200``
559-
will be returned. See :php:func:`Response::setStatusCode() <setStatusCode>` for
559+
will be returned. See :php:meth:`CodeIgniter\\HTTP\\Response::setStatusCode()` for
560560
information on how to set the status code.
561561

562562
Route Processing by Priority

0 commit comments

Comments
 (0)