diff options
author | ftwbzhao <b.zhao1@gmail.com> | 2015-05-06 13:34:57 +0200 |
---|---|---|
committer | ftwbzhao <b.zhao1@gmail.com> | 2015-05-06 13:34:57 +0200 |
commit | f5327360296980a4396b69d3deaa9f330fba75f8 (patch) | |
tree | 5cb1bc15f6b0f1f652e8668af0ba5012a31749b9 /user_guide_src/source | |
parent | b587698dd45396b91106bd7c894a79747b1fb7a9 (diff) |
update apc link
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/libraries/caching.rst | 2 |
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. |