diff --git a/README.rst b/README.rst index f36bdeae6..8376b625b 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/Parsely/pykafka.svg?branch=master - :target: https://travis-ci.org/Parsely/pykafka +.. image:: https://travis-ci.com/Parsely/pykafka.svg?branch=master + :target: https://travis-ci.com/Parsely/pykafka .. image:: https://codecov.io/github/Parsely/pykafka/coverage.svg?branch=master :target: https://codecov.io/github/Parsely/pykafka?branch=master @@ -197,13 +197,6 @@ or after installing PyKafka via setuptools or pip: .. _CLI tools: https://github.com/Parsely/pykafka/blob/master/pykafka/cli/kafka_tools.py -PyKafka or kafka-python? ------------------------- - -These are two different projects. -See `the discussion here `_ for comparisons -between the two projects. - Contributing ------------