summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2019-03-26 13:39:44 -0500
committerAlexandra Settle <a.settle@outlook.com>2019-08-16 14:16:58 +0000
commit10cc1ff641b933afd0acb92c528cb3f61559691a (patch)
tree49d9cd50c0128aadfb79a2d4a00d03b0babdda9e
parent5f27c4b4f0bbd9b6043625b3f321a0a4e1144a7a (diff)
downloadkeystone-10cc1ff641b933afd0acb92c528cb3f61559691a.tar.gz
Update broken links to dogpile.cache docs
Change-Id: If0eb5fe8eddc5ee32395fb34a7896efdcf0aaea3 (cherry picked from commit 3b0b392972bed152ac7170e0def0968ae1c21bdf)
-rw-r--r--doc/source/admin/caching-layer.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/admin/caching-layer.rst b/doc/source/admin/caching-layer.rst
index e54ebceee..419791073 100644
--- a/doc/source/admin/caching-layer.rst
+++ b/doc/source/admin/caching-layer.rst
@@ -147,18 +147,18 @@ will perform proper invalidations of the cached methods listed above.
For more information about the different back ends (and configuration
options), see:
-- `dogpile.cache.memory <https://dogpilecache.readthedocs.io/en/latest/api.html#memory-backends>`__
+- `dogpile.cache.memory <https://dogpilecache.sqlalchemy.org/en/latest/api.html#memory-backends>`__
-- `dogpile.cache.memcached <https://dogpilecache.readthedocs.io/en/latest/api.html#memcached-backends>`__
+- `dogpile.cache.memcached <https://dogpilecache.sqlalchemy.org/en/latest/api.html#memcached-backends>`__
.. note::
The memory back end is not suitable for use in a production
environment.
-- `dogpile.cache.redis <https://dogpilecache.readthedocs.io/en/latest/api.html#redis-backends>`__
+- `dogpile.cache.redis <https://dogpilecache.sqlalchemy.org/en/latest/api.html#redis-backends>`__
-- `dogpile.cache.dbm <https://dogpilecache.readthedocs.io/en/latest/api.html#file-backends>`__
+- `dogpile.cache.dbm <https://dogpilecache.sqlalchemy.org/en/latest/api.html#file-backends>`__
Cache invalidation
------------------