Skip to content

Commit 89d9d6f

Browse files
author
Dana Powers
committed
Update README links (restructured not markdown)
1 parent 205c950 commit 89d9d6f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Kafka Python client
1212
:target: http://kafka-python.readthedocs.org/en/latest/
1313
:alt: Full documentation available on ReadTheDocs
1414

15-
[Full documentation available on ReadTheDocs](https://kafka-python.readthedocs.org/en/latest/)
16-
1715
This module provides low-level protocol support for Apache Kafka as well as
1816
high-level consumer and producer classes. Request batching is supported by the
1917
protocol as well as broker-aware request routing. Gzip and Snappy compression
2018
is also supported for message sets.
2119

2220
Coordinated Consumer Group support is under development - see Issue #38.
2321

22+
Full documentation available on `Read the Docs <https://kafka-python.readthedocs.org/en/latest/>`_
23+
2424
On Freenode IRC at #kafka-python, as well as #apache-kafka
2525

2626
For general discussion of kafka-client design and implementation (not python specific),
@@ -30,14 +30,14 @@ For information about Apache Kafka generally, see https://kafka.apache.org/
3030

3131
License
3232
----------
33-
Apache License, v2.0. See [LICENSE](https://github.com/dpkp/kafka-python/blob/master/LICENSE)
33+
Apache License, v2.0. See `LICENSE <https://github.com/dpkp/kafka-python/blob/master/LICENSE>`_
3434
Copyright 2015, David Arthur, Dana Powers, and Contributors
35-
(See [AUTHORS](https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md))
35+
(See `AUTHORS <https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md>`_
3636

3737
Status
3838
----------
3939
The current stable version of this package is
40-
[0.9.5](https://github.com/dpkp/kafka-python/releases/tag/v0.9.5)
40+
`0.9.5 <https://github.com/dpkp/kafka-python/releases/tag/v0.9.5>`_
4141
and is compatible with:
4242

4343
Kafka broker versions
@@ -57,4 +57,3 @@ Python versions
5757
- 2.7 (tested on 2.7.9)
5858
- 2.6 (tested on 2.6.9)
5959
- pypy (tested on pypy 2.5.0 / python 2.7.8)
60-

0 commit comments

Comments
 (0)