summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorftwbzhao <b.zhao1@gmail.com>2015-05-06 13:34:57 +0200
committerftwbzhao <b.zhao1@gmail.com>2015-05-06 13:34:57 +0200
commitf5327360296980a4396b69d3deaa9f330fba75f8 (patch)
tree5cb1bc15f6b0f1f652e8668af0ba5012a31749b9 /user_guide_src/source/libraries
parentb587698dd45396b91106bd7c894a79747b1fb7a9 (diff)
update apc 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.