From ea897dbc74501b2b64203aeaa52d4725fcbc4eba Mon Sep 17 00:00:00 2001 From: Michael Goerz Date: Sun, 2 Jun 2024 15:20:50 +0200 Subject: [PATCH] Fix workflow badges Github has changed the URLs at some point in the last three years --- README.md | 4 ++-- docs/index.rst | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 99edcbf6..f6935865 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![Source code on Github](https://img.shields.io/badge/github-qucontrol/krotov-blue.svg)](https://github.com/qucontrol/krotov) [![Documentation](https://img.shields.io/badge/docs-gh--pages-blue.svg)](https://qucontrol.github.io/krotov) [![Krotov on the Python Package Index](https://img.shields.io/pypi/v/krotov.svg)](https://pypi.python.org/pypi/krotov) -[![Docs](https://github.com/qucontrol/krotov/workflows/Docs/badge.svg?branch=master)](https://github.com/qucontrol/krotov/actions?query=workflow%3ADocs) -[![Tests](https://github.com/qucontrol/krotov/workflows/Tests/badge.svg?branch=master)](https://github.com/qucontrol/krotov/actions?query=workflow%3ATests) +[![Docs](https://github.com/qucontrol/krotov/actions/workflows/docs.yml/badge.svg?branch=master)](https://github.com/qucontrol/krotov/actions?query=workflow%3ADocs) +[![Tests](https://github.com/qucontrol/krotov/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/qucontrol/krotov/actions?query=workflow%3ATests) [![Codecov](https://codecov.io/gh/qucontrol/krotov/branch/master/graph/badge.svg)](https://codecov.io/gh/qucontrol/krotov) [![BSD License](https://img.shields.io/badge/License-BSD-green.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Launch Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/qucontrol/krotov/v1.2.1?filepath=docs%2Fnotebooks) diff --git a/docs/index.rst b/docs/index.rst index 467dbf4b..8e2703b8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,13 +12,10 @@ Welcome to the Krotov package's documentation! .. image:: https://img.shields.io/pypi/v/krotov.svg :alt: Krotov on the Python Package Index :target: https://pypi.python.org/pypi/krotov - .. image:: https://badges.gitter.im/qucontrol_krotov/Lobby.svg - :alt: Join the chat at https://gitter.im/qucontrol_krotov/Lobby - :target: https://gitter.im/qucontrol_krotov/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge - .. image:: https://github.com/qucontrol/krotov/workflows/Docs/badge.svg?branch=master + .. image:: https://github.com/qucontrol/krotov/actions/workflows/docs.yml/badge.svg?branch=master :alt: Docs :target: https://github.com/qucontrol/krotov/actions?query=workflow%3ADocs - .. image:: https://github.com/qucontrol/krotov/workflows/Tests/badge.svg?branch=master + .. image:: https://github.com/qucontrol/krotov/actions/workflows/test.yml/badge.svg?branch=master :alt: Tests :target: https://github.com/qucontrol/krotov/actions?query=workflow%3ATests .. image:: https://codecov.io/gh/qucontrol/krotov/branch/master/graph/badge.svg