Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5957c1b

Browse filesBrowse files
authored
Update build links in documentation (#2634)
1 parent 6583460 commit 5957c1b
Copy full SHA for 5957c1b

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎docs/index.rst

Copy file name to clipboardExpand all lines: docs/index.rst
+2-2Lines 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

Copy file name to clipboardExpand all lines: docs/tests.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.