Skip to content

Commit dcd369e

Browse files
committed
Fix hyperlinks in README to fix pypi rendering
1 parent be83420 commit dcd369e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ check code (perhaps using zookeeper or consul). For older brokers, you can
2626
achieve something similar by manually assigning different partitions to each
2727
consumer instance with config management tools like chef, ansible, etc. This
2828
approach will work fine, though it does not support rebalancing on failures.
29-
See `Compatibility <http://kafka-python.readthedocs.org/en/master/compatibility.html>`_
29+
See <http://kafka-python.readthedocs.org/en/master/compatibility.html>
3030
for more details.
3131

3232
Please note that the master branch may contain unreleased features. For release
@@ -41,7 +41,7 @@ KafkaConsumer is a high-level message consumer, intended to operate as similarly
4141
as possible to the official 0.9 java client. Full support for coordinated
4242
consumer groups requires use of kafka brokers that support the 0.9 Group APIs.
4343

44-
See `ReadTheDocs <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaConsumer.html>`_
44+
See <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaConsumer.html>
4545
for API and configuration details.
4646

4747
The consumer iterator returns ConsumerRecords, which are simple namedtuples
@@ -70,7 +70,7 @@ KafkaProducer
7070

7171
KafkaProducer is a high-level, asynchronous message producer. The class is
7272
intended to operate as similarly as possible to the official java client.
73-
See `ReadTheDocs <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaProducer.html>`_
73+
See <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaProducer.html>
7474
for more details.
7575

7676
>>> from kafka import KafkaProducer
@@ -108,7 +108,7 @@ kafka-python supports gzip compression/decompression natively. To produce or
108108
consume lz4 compressed messages, you must install lz4tools and xxhash (modules
109109
may not work on python2.6). To enable snappy compression/decompression install
110110
python-snappy (also requires snappy library).
111-
See `Installation <http://kafka-python.readthedocs.org/en/master/install.html#optional-snappy-install>`_
111+
See <http://kafka-python.readthedocs.org/en/master/install.html#optional-snappy-install>
112112
for more information.
113113

114114
Protocol
@@ -127,4 +127,4 @@ Low-level
127127

128128
Legacy support is maintained for low-level consumer and producer classes,
129129
SimpleConsumer and SimpleProducer. See
130-
`ReadTheDocs <http://kafka-python.readthedocs.org/master/>`_ for API details.
130+
<http://kafka-python.readthedocs.org/master/> for API details.

0 commit comments

Comments
 (0)