Skip to content

Commit

Permalink
Fix link in the main page (redis#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h committed Jan 25, 2022
1 parent f230622 commit fbbb8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -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:
Expand Down

0 comments on commit fbbb8e3

Please sign in to comment.