summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/compatibility_functions.rst
diff options
context:
space:
mode:
authorHex <hex@codeigniter.org.cn>2016-10-24 08:21:44 +0200
committerGitHub <noreply@github.com>2016-10-24 08:21:44 +0200
commit75b812f85b266dbe77518e56a4ad754a0d09eaff (patch)
tree439392efa8098b00ac76cabce820cce3955d7e89 /user_guide_src/source/general/compatibility_functions.rst
parente7e70c3532f06ac008cfc038791fcb46d4a551ed (diff)
Fix small doc problem.
Diffstat (limited to 'user_guide_src/source/general/compatibility_functions.rst')
-rw-r--r--user_guide_src/source/general/compatibility_functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/compatibility_functions.rst b/user_guide_src/source/general/compatibility_functions.rst
index 936f2a24b..584968663 100644
--- a/user_guide_src/source/general/compatibility_functions.rst
+++ b/user_guide_src/source/general/compatibility_functions.rst
@@ -10,7 +10,7 @@ Being custom implementations, these functions will also have some
set of dependencies on their own, but are still useful if your
PHP setup doesn't offer them natively.
-.. note:: Much like the `common functions <common_functions>`, the
+.. note:: Much like the :doc:`common functions <common_functions>`, the
compatibility functions are always available, as long as
their dependencies are met.