Skip to content

Commit

Permalink
Fix workflow badges
Browse files Browse the repository at this point in the history
Github has changed the URLs at some point in the last three years
  • Loading branch information
goerz committed Jun 2, 2024
1 parent 0949f6d commit ea897db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 2 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea897db

Please sign in to comment.