From 3b1e6e677a1c558f1ab99f8cfde9b766fffa648d Mon Sep 17 00:00:00 2001 From: Melvin Lammerts Date: Wed, 23 Jan 2013 22:46:16 +0100 Subject: Removed slash from URI helper doc In my current projects I don't see '/controller/method' but 'controller/method' when calling uri_string(). --- user_guide_src/source/helpers/url_helper.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src') 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. -- cgit v1.2.3-24-g4f1b