diff options
author | Derek Jones <derek.jones@ellislab.com> | 2012-07-04 15:52:19 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2012-07-04 15:52:19 +0200 |
commit | a78c6e0cf48b090f9e5ac5f303efe361c10a1881 (patch) | |
tree | 79674e44e0fa6e02626af8f6181e2143ab5da247 | |
parent | 0054750cf2e071cbe6903dba59e43a6bb8e639d1 (diff) |
Fix URL helper link
-rw-r--r-- | user_guide_src/source/libraries/config.rst | 2 |
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 694896353..08d9c2905 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(); ***************************** |