Skip to content

Commit 481b4c3

Browse files
authored
Merge pull request #7633 from kenjis/fix-docs-RedirectException-2
docs: fix incorrect description on RedirectException (2)
2 parents 1add05a + c72573a commit 481b4c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/general/errors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ RedirectException
105105
-----------------
106106

107107
This exception is a special case allowing for overriding of all other response routing and
108-
forcing a redirect to a specific route or URL:
108+
forcing a redirect to a specific URI:
109109

110110
.. literalinclude:: errors/010.php
111111

112-
``$uri`` may be a URI path relative to baseURL, or a complete URL. You can also supply a
112+
``$uri`` is a URI path relative to baseURL. You can also supply a
113113
redirect code to use instead of the default (``302``, "temporary redirect"):
114114

115115
.. literalinclude:: errors/011.php

0 commit comments

Comments
 (0)