Skip to content

Commit c18425b

Browse files
committed
docs: fix incorrect link to a method
1 parent 86d0f3d commit c18425b

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)