diff options
-rw-r--r-- | user_guide_src/source/helpers/url_helper.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst index 5b8fa5f44..0afa7efd8 100644 --- a/user_guide_src/source/helpers/url_helper.rst +++ b/user_guide_src/source/helpers/url_helper.rst @@ -110,7 +110,7 @@ For example, if your URL was this:: The function would return:: - /blog/comments/123 + blog/comments/123 This function is an alias for ``CI_Config::uri_string()``. For more info, please see the :doc:`Config Library <../libraries/config>` documentation. @@ -380,4 +380,4 @@ engine purposes. The default Response Code is 302. The third parameter is will *automatically* be selected when the page is currently accessed via POST and HTTP/1.1 is used. -.. important:: This function will terminate script execution.
\ No newline at end of file +.. important:: This function will terminate script execution. |