docs: remove incorrect description

A complete URL will be converted with base_url().
This commit is contained in:
kenjis 2023-06-28 10:27:11 +09:00
parent 1add05a864
commit 8f24590548
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -109,7 +109,7 @@ forcing a redirect to a specific route or URL:
.. literalinclude:: errors/010.php
``$uri`` may be a URI path relative to baseURL, or a complete URL. You can also supply a
``$uri`` is a URI path relative to baseURL. You can also supply a
redirect code to use instead of the default (``302``, "temporary redirect"):
.. literalinclude:: errors/011.php