From 8e520c2a9c9adf5a31d035589627d9e4a08ea956 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Thu, 19 Jan 2023 15:32:14 -0500 Subject: [PATCH] fix GitHub CI badge URL (relates to 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 82d84659a..c15317bda 100644 --- a/README.rst +++ b/README.rst @@ -61,11 +61,11 @@ for each process. :alt: PyUp Dependencies Status :target: https://pyup.io/account/repos/github/crim-ca/weaver/ -.. |github_latest| image:: https://img.shields.io/github/workflow/status/crim-ca/weaver/Tests/master?label=master +.. |github_latest| image:: https://img.shields.io/github/actions/workflow/status/crim-ca/weaver/tests.yml?label=master&branch=master :alt: Github Actions CI Build Status (master branch) :target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3Amaster -.. |github_tagged| image:: https://img.shields.io/github/workflow/status/crim-ca/weaver/Tests/4.28.0?label=4.28.0 +.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/crim-ca/weaver/tests.yml?label=4.28.0&branch=4.28.0 :alt: Github Actions CI Build Status (latest tag) :target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3A4.28.0