From 7a65677e512f7a032731e49d9883a236649011c9 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Fri, 14 Jun 2024 19:29:11 +0530 Subject: [PATCH] fix badge url (#82) fixes https://github.com/badges/shields/issues/8671 --- README.md | 2 +- README.md.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4b8525..8ba99f0 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ Contributions to this project are welcome in the form of GitHub Issues or PRs. P [issues-url]: https://github.com/andir/npins/issues [license-shield]: https://img.shields.io/github/license/andir/npins.svg?style=for-the-badge [license-url]: https://github.com/andir/npins/blob/master/LICENSE -[test-shield]: https://img.shields.io/github/workflow/status/andir/npins/test/master?style=for-the-badge +[test-shield]: https://img.shields.io/github/actions/workflow/status/andir/npins/test.yml?branch=master&style=for-the-badge [test-url]: https://github.com/andir/npins/actions [pr-shield]: https://img.shields.io/github/issues-pr/andir/npins.svg?style=for-the-badge [pr-url]: https://github.com/andir/npins/pulls diff --git a/README.md.in b/README.md.in index 3e55b1e..f900604 100644 --- a/README.md.in +++ b/README.md.in @@ -240,7 +240,7 @@ Contributions to this project are welcome in the form of GitHub Issues or PRs. P [issues-url]: https://github.com/andir/npins/issues [license-shield]: https://img.shields.io/github/license/andir/npins.svg?style=for-the-badge [license-url]: https://github.com/andir/npins/blob/master/LICENSE -[test-shield]: https://img.shields.io/github/workflow/status/andir/npins/test/master?style=for-the-badge +[test-shield]: https://img.shields.io/github/actions/workflow/status/andir/npins/test.yml?branch=master&style=for-the-badge [test-url]: https://github.com/andir/npins/actions [pr-shield]: https://img.shields.io/github/issues-pr/andir/npins.svg?style=for-the-badge [pr-url]: https://github.com/andir/npins/pulls