Skip to content

Commit

Permalink
docs: fix badges url
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Dec 27, 2022
1 parent 00ac4f6 commit d98f3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Tiny CLI program capable of retrieving a GitHub user's starred repositories and
formatting the data into a nice markdown document. You can see an example of
the program's output [here](https://gist.github.com/upsetbit/ada2117bd8c73a1e94e49580fd5c7cf7).

[gh-bnc-shield]: https://img.shields.io/github/workflow/status/caian-org/list-github-stars/build-many?label=build&logo=github&style=for-the-badge
[gh-bnc-shield]: https://img.shields.io/github/actions/workflow/status/caian-org/list-github-stars/build-many.yml?branch=master&label=build&logo=github&style=for-the-badge
[gh-bnc-url]: https://github.com/caian-org/list-github-stars/actions/workflows/build-many.yml

[gh-test-shield]: https://img.shields.io/github/workflow/status/caian-org/list-github-stars/test-many?label=test&logo=github&style=for-the-badge
[gh-test-shield]: https://img.shields.io/github/actions/workflow/status/caian-org/list-github-stars/test-many.yml?branch=master&label=test&logo=github&style=for-the-badge
[gh-test-url]: https://github.com/caian-org/list-github-stars/actions/workflows/test-many.yml

[tag-shield]: https://img.shields.io/github/tag/caian-org/list-github-stars.svg?logo=git&logoColor=FFF&style=for-the-badge
Expand Down

0 comments on commit d98f3be

Please sign in to comment.