summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Clements <graeme44@users.noreply.github.com>2022-09-07 12:22:34 +0200
committerGitHub <noreply@github.com>2022-09-07 13:22:34 +0300
commit510d8fe089addaea65055aae1e9606d0f40829d4 (patch)
tree9f0731bf761820e9a3cb13b2f077845deb40c12a
parentcdba4ff001f96e3deae8ac94969f11dde5253d94 (diff)
downloadredis-py-510d8fe089addaea65055aae1e9606d0f40829d4.tar.gz
Fix/readme links (#2368)
* Updated broken README.md links * Updated CHANGES
-rw-r--r--CHANGES1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1a15a85..47600cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+ * Update README.md links
* Fix timezone handling for datetime to unixtime conversions
* Fix start_id type for XAUTOCLAIM
* Remove verbose logging from cluster.py
diff --git a/README.md b/README.md
index f5ad9a4..c7b839d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ The Python interface to the Redis key-value store.
[![codecov](https://codecov.io/gh/redis/redis-py/branch/master/graph/badge.svg?token=yenl5fzxxr)](https://codecov.io/gh/redis/redis-py)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/redis/redis-py.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/redis/redis-py/alerts/)
-[Installation](#installation) | [Contributing](#contributing) | [Getting Started](#getting-started) | [Connecting To Redis](#connecting-to-redis) | [Contributing](https://github.com/redis/redis-py/blob/master/CONTRIBUTING.md)
+[Installation](#installation) | [Usage](#usage) | [Advanced Topics](#advanced-topics) | [Contributing](https://github.com/redis/redis-py/blob/master/CONTRIBUTING.md)
---------------------------------------------