From 3b0b392972bed152ac7170e0def0968ae1c21bdf Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 26 Mar 2019 13:39:44 -0500 Subject: [PATCH] Update broken links to dogpile.cache docs Change-Id: If0eb5fe8eddc5ee32395fb34a7896efdcf0aaea3 --- doc/source/admin/caching-layer.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/caching-layer.rst b/doc/source/admin/caching-layer.rst index e54ebceeea..4197910732 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 `__ +- `dogpile.cache.memory `__ -- `dogpile.cache.memcached `__ +- `dogpile.cache.memcached `__ .. note:: The memory back end is not suitable for use in a production environment. -- `dogpile.cache.redis `__ +- `dogpile.cache.redis `__ -- `dogpile.cache.dbm `__ +- `dogpile.cache.dbm `__ Cache invalidation ------------------