summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-10-24 08:41:29 +0200
committerAndrey Andreev <narf@devilix.net>2016-10-24 08:42:22 +0200
commitb6359a6edc03e4959ab7ae0918b89e49b4b39b8d (patch)
treefbb07c1ff15b07360a5fc168e157ba6259b94e58 /user_guide_src/source/general
parent0acf56295ee3a56c5b597bfb2e3b4c702cbb765f (diff)
Merge pull request #4868 from hex-ci/patch-2
[ci skip] Fix a doc link
Diffstat (limited to 'user_guide_src/source/general')
-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.