diff options
author | Master Yoda <jim_parry@bcit.ca> | 2015-03-25 10:36:31 +0100 |
---|---|---|
committer | Master Yoda <jim_parry@bcit.ca> | 2015-03-25 10:36:31 +0100 |
commit | bd2a7e4062fd97017c5b16beddc15b0c7fc38210 (patch) | |
tree | 723bcf3f85158037e928123fcbeef05384252354 /user_guide_src/source/general/environments.rst | |
parent | 7ad59209ad2443b8ea113222e3cab38ab305da92 (diff) |
Fixed user guide internal & external links to resolve problems reported by sphinx "make linkcheck"
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/general/environments.rst')
-rw-r--r-- | user_guide_src/source/general/environments.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/environments.rst b/user_guide_src/source/general/environments.rst index 1ce4fde3a..f5a4f617e 100644 --- a/user_guide_src/source/general/environments.rst +++ b/user_guide_src/source/general/environments.rst @@ -48,5 +48,5 @@ Configuration Files Optionally, you can have CodeIgniter load environment-specific configuration files. This may be useful for managing things like differing API keys across multiple environments. This is described in -more detail in the environment section of the `Config -Class <../libraries/config.html#environments>`_ documentation.
\ No newline at end of file +more detail in the environment section of the :doc:`Config +Class <../libraries/config#environments>`_ documentation.
\ No newline at end of file |