Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5957c1b

Browse files
authored
Update build links in documentation (#2634)
1 parent 6583460 commit 5957c1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ kafka-python
77
:target: https://pypi.python.org/pypi/kafka-python
88
.. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github
99
:target: https://coveralls.io/github/dpkp/kafka-python?branch=master
10-
.. image:: https://travis-ci.org/dpkp/kafka-python.svg?branch=master
11-
:target: https://travis-ci.org/dpkp/kafka-python
10+
.. image:: https://img.shields.io/github/actions/workflow/status/dpkp/kafka-python/python-package.yml
11+
:target: https://github.com/dpkp/kafka-python/actions/workflows/python-package.yml
1212
.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
1313
:target: https://github.com/dpkp/kafka-python/blob/master/LICENSE
1414

docs/tests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Tests
33

44
.. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github
55
:target: https://coveralls.io/github/dpkp/kafka-python?branch=master
6-
.. image:: https://travis-ci.org/dpkp/kafka-python.svg?branch=master
7-
:target: https://travis-ci.org/dpkp/kafka-python
6+
.. image:: https://img.shields.io/github/actions/workflow/status/dpkp/kafka-python/python-package.yml
7+
:target: https://github.com/dpkp/kafka-python/actions/workflows/python-package.yml
88

99
The test suite is run via pytest.
1010

0 commit comments

Comments
 (0)