summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Gröger <jonas@huntun.de>2016-06-01 18:23:50 +0200
committerDana Powers <dana.powers@gmail.com>2016-06-01 09:23:50 -0700
commit007b2e3836401b03b77d1afb7b80b0c3976837b6 (patch)
treec99612faadf7ecc6e038eac93a24ee42f83ca3ef
parent3a971ea95e43341d105a5a7def6c0cb383be9e62 (diff)
downloadkafka-python-007b2e3836401b03b77d1afb7b80b0c3976837b6.tar.gz
Fix Legacy support url (#712)
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 03473f5..d8367a4 100644
--- a/README.rst
+++ b/README.rst
@@ -127,4 +127,4 @@ Low-level
Legacy support is maintained for low-level consumer and producer classes,
SimpleConsumer and SimpleProducer. See
-<http://kafka-python.readthedocs.org/master/> for API details.
+<http://kafka-python.readthedocs.io/en/master/simple.html?highlight=SimpleProducer> for API details.