Skip to content

Commit de1dc3a

Browse files
browniebrokefelixxm
authored andcommitted
[5.2.x] Fixed outdated redis-py link in cache docs.
Backport of 7b32485 from main.
1 parent ee92d41 commit de1dc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/cache.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To use Redis as your cache backend with Django:
188188
* Set :setting:`LOCATION <CACHES-LOCATION>` to the URL pointing to your Redis
189189
instance, using the appropriate scheme. See the ``redis-py`` docs for
190190
`details on the available schemes
191-
<https://redis-py.readthedocs.io/en/stable/connections.html#redis.connection.ConnectionPool.from_url>`_.
191+
<https://redis.readthedocs.io/en/stable/connections.html#redis.connection.ConnectionPool.from_url>`__.
192192

193193
For example, if Redis is running on localhost (127.0.0.1) port 6379::
194194

0 commit comments

Comments
 (0)