summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-09-11 23:16:49 +0000
committerGerrit Code Review <review@openstack.org>2019-09-11 23:16:50 +0000
commit7eddbaacfb42b5d9c1ee0e96b496c801ad9c4707 (patch)
tree4f3a2c217cf08c9b62d18b2be3882f6aebc86f33
parent918aa07eed0454352c40d17d77977c2f70b963f9 (diff)
parent10cc1ff641b933afd0acb92c528cb3f61559691a (diff)
downloadkeystone-7eddbaacfb42b5d9c1ee0e96b496c801ad9c4707.tar.gz
Merge "Update broken links to dogpile.cache docs" into stable/stein
-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
------------------