diff --git a/docs/index.rst b/docs/index.rst index 823780929..0e9aa5f7b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,8 +7,8 @@ kafka-python :target: https://pypi.python.org/pypi/kafka-python .. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github :target: https://coveralls.io/github/dpkp/kafka-python?branch=master -.. image:: https://travis-ci.org/dpkp/kafka-python.svg?branch=master - :target: https://travis-ci.org/dpkp/kafka-python +.. image:: https://img.shields.io/github/actions/workflow/status/dpkp/kafka-python/python-package.yml + :target: https://github.com/dpkp/kafka-python/actions/workflows/python-package.yml .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg :target: https://github.com/dpkp/kafka-python/blob/master/LICENSE diff --git a/docs/tests.rst b/docs/tests.rst index c8adb2d76..79409887e 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -3,8 +3,8 @@ Tests .. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github :target: https://coveralls.io/github/dpkp/kafka-python?branch=master -.. image:: https://travis-ci.org/dpkp/kafka-python.svg?branch=master - :target: https://travis-ci.org/dpkp/kafka-python +.. image:: https://img.shields.io/github/actions/workflow/status/dpkp/kafka-python/python-package.yml + :target: https://github.com/dpkp/kafka-python/actions/workflows/python-package.yml The test suite is run via pytest.