summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-05-06 21:17:35 +0200
committerAndrey Andreev <narf@devilix.net>2015-05-06 21:17:35 +0200
commit433c1a756f8c7ab9bc16e4721f98fee6faaee240 (patch)
tree2cbbf187b2cf072c21b0ea573a38973e7644845c /user_guide_src/source/libraries
parent3f1b943261059f78eef5bcb87b19df4aa0b1fbbf (diff)
parentf5327360296980a4396b69d3deaa9f330fba75f8 (diff)
Merge pull request #3835 from ftwbzhao/feature/userguide
[ci skip] Update APC section link
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/caching.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/caching.rst b/user_guide_src/source/libraries/caching.rst
index f54de5faf..1fc1b5bfb 100644
--- a/user_guide_src/source/libraries/caching.rst
+++ b/user_guide_src/source/libraries/caching.rst
@@ -18,7 +18,7 @@ requirements are not met.
Example Usage
*************
-The following example will load the cache driver, specify `APC <#apc>`_
+The following example will load the cache driver, specify `APC <#alternative-php-cache-apc-caching>`_
as the driver to use, and fall back to file-based caching if APC is not
available in the hosting environment.