From 542a67043020079b29bfa5261ee7d9b3e6ca3799 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sat, 24 May 2025 11:34:54 +0200 Subject: [PATCH] Update build links in documentation --- docs/index.rst | 4 ++-- docs/tests.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.