From 9bd5dde0f234704d6f87bb8638df254ef9cade79 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 11 Jan 2023 23:38:34 +0000 Subject: [PATCH] correct status badges for branches master and 4.x The labels were broken. The URL has changed. See also https://github.com/badges/shields/issues/8671 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6b96226..dc39793 100644 --- a/README.rst +++ b/README.rst @@ -24,11 +24,11 @@ files. :target: https://pypi.org/project/icalendar/#files :alt: Downloads from PyPI -.. image:: https://img.shields.io/github/workflow/status/collective/icalendar/tests/master?label=master&logo=github +.. image:: https://img.shields.io/github/actions/workflow/status/collective/icalendar/tests.yml?branch=master&label=master&logo=github :target: https://github.com/collective/icalendar/actions/workflows/tests.yml?query=branch%3Amaster :alt: GitHub Actions build status for master -.. image:: https://img.shields.io/github/workflow/status/collective/icalendar/tests/4.x?label=4.x&logo=github +.. image:: https://img.shields.io/github/actions/workflow/status/collective/icalendar/tests.yml?branch=4.x&label=4.x&logo=github :target: https://github.com/collective/icalendar/actions/workflows/tests.yml?query=branch%3A4.x++ :alt: GitHub Actions build status for 4.x