readthedocs.io follow-up to #1074 for docs/

This commit is contained in:
Dana Powers 2017-04-10 10:11:05 -07:00
parent 5bcb333b3a
commit a503682ee6
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Compatibility
------------- -------------
.. 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 .. 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
:target: https://kafka-python.readthedocs.org/compatibility.html :target: https://kafka-python.readthedocs.io/compatibility.html
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg .. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
:target: https://pypi.python.org/pypi/kafka-python :target: https://pypi.python.org/pypi/kafka-python

View File

@ -2,7 +2,7 @@ kafka-python
############ ############
.. 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 .. 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
:target: https://kafka-python.readthedocs.org/compatibility.html :target: https://kafka-python.readthedocs.io/compatibility.html
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg .. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
:target: https://pypi.python.org/pypi/kafka-python :target: https://pypi.python.org/pypi/kafka-python
.. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github .. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github

View File

@ -24,7 +24,7 @@ Unit tests
------------------ ------------------
To run the tests locally, install tox -- `pip install tox` To run the tests locally, install tox -- `pip install tox`
See http://tox.readthedocs.org/en/latest/install.html See https://tox.readthedocs.io/en/latest/install.html
Then simply run tox, optionally setting the python environment. Then simply run tox, optionally setting the python environment.
If unset, tox will loop through all environments. If unset, tox will loop through all environments.