Skip to content

Commit a503682

Browse files
committed
readthedocs.io follow-up to #1074 for docs/
1 parent 5bcb333 commit a503682

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/compatibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Compatibility
22
-------------
33

44
.. image:: https://img.shields.io/badge/kafka-0.10%2C%200.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
5-
:target: https://kafka-python.readthedocs.org/compatibility.html
5+
:target: https://kafka-python.readthedocs.io/compatibility.html
66
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
77
:target: https://pypi.python.org/pypi/kafka-python
88

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kafka-python
22
############
33

44
.. image:: https://img.shields.io/badge/kafka-0.10%2C%200.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
5-
:target: https://kafka-python.readthedocs.org/compatibility.html
5+
:target: https://kafka-python.readthedocs.io/compatibility.html
66
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
77
:target: https://pypi.python.org/pypi/kafka-python
88
.. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github

docs/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unit tests
2424
------------------
2525

2626
To run the tests locally, install tox -- `pip install tox`
27-
See http://tox.readthedocs.org/en/latest/install.html
27+
See https://tox.readthedocs.io/en/latest/install.html
2828

2929
Then simply run tox, optionally setting the python environment.
3030
If unset, tox will loop through all environments.

0 commit comments

Comments
 (0)