summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-01-25 08:57:13 +0200
committerGitHub <noreply@github.com>2022-01-25 08:57:13 +0200
commit168467e49db8933b3815747efc8ed8ba2a983b1b (patch)
tree244611b4629fdd55b398f5a64df853a166ae0e65
parent7d23974a62982d1b4b5586a648f8e7b17eccc6e5 (diff)
downloadredis-py-168467e49db8933b3815747efc8ed8ba2a983b1b.tar.gz
Fix link in the main page (#1897)
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 51b38a2..2e42acb 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -44,7 +44,7 @@ There are two quick ways to connect to Redis.
r = redis.from_url('redis://foo.bar.com:12345')
r.ping()
-After that, you probably want to `run redis commands <redis_core_commands.html>`_.
+After that, you probably want to `run redis commands <commands.html>`_.
.. toctree::
:hidden: