summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-16 17:48:19 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-16 17:48:19 +0200
commit1764dd7d4ab6e6e5c799eaa9ce007fce48fa0b63 (patch)
treeb7e5fbfec0d4ecdac67681be0a2164922db52bf8 /user_guide_src/source/libraries
parent3c32a11549d31cac470b92f995add25d7fdeff50 (diff)
Fix issue #938 + some related improvements
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/config.rst b/user_guide_src/source/libraries/config.rst
index 08d9c2905..694896353 100644
--- a/user_guide_src/source/libraries/config.rst
+++ b/user_guide_src/source/libraries/config.rst
@@ -175,7 +175,7 @@ This function retrieves the URL to your site, plus an optional path such
as to a stylesheet or image.
The two functions above are normally accessed via the corresponding
-functions in the :doc:`URL Helper </helpers/url_helper>`.
+functions in the :doc:`URL Helper <helpers/url_helper>`.
$this->config->system_url();
*****************************