Skip to content

Commit 961d372

Browse files
committed
chore: fix status badge links
1 parent 56c4ef3 commit 961d372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Release](https://img.shields.io/pypi/v/gnuplot_kernel.svg)](https://pypi.python.org/pypi/gnuplot_kernel)
44
[![License](https://img.shields.io/pypi/l/gnuplot_kernel.svg)](https://pypi.python.org/pypi/gnuplot_kernel)
5-
[![Build Status](https://github.com/has2k1/gnuplot_kernel/workflows/build/badge.svg?branch=main)](https://github.com/has2k1/gnuplot_kernel/actions?query=branch%3Amain+workflow%3A%22build%22)
6-
[![Coverage](https://coveralls.io/repos/github/has2k1/gnuplot_kernel/badge.svg?branch=main)](https://coveralls.io/github/has2k1/gnuplot_kernel?branch=main)
5+
[![Build Status](https://github.com/has2k1/gnuplot_kernel/actions/workflows/testing.yml/badge.svg)](https://github.com/has2k1/gnuplot_kernel/actions/workflows/testing.yml)
6+
[![Coverage](https://codecov.io/github/has2k1/gnuplot_kernel/branch/main/graph/badge.svg)](https://codecov.io/github/has2k1/gnuplot_kernel)
77

88
`gnuplot_kernel` has been developed for use specifically with `Jupyter Notebook`.
99
It can also be loaded as an `IPython` extension allowing for `gnuplot` code in the same `notebook`

0 commit comments

Comments
 (0)