diff options
author | 2023-06-22 15:21:18 +0100 | |
---|---|---|
committer | 2023-06-22 15:21:18 +0100 | |
commit | cb7ff92c9d48c6d2693074121b303912ab57a88d (patch) | |
tree | cfabea835c13b175093e9f46f89a86f17a31ab40 /README.md | |
parent | Fix broken links in the contributing guide. (#1002) (diff) |
Fix GitHub Actions status badges (#1003)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -2,8 +2,6 @@ [![Discord][12]][13] [![Lint & Test][1]][2] -[![Build][3]][4] -[![Deploy][5]][6] [![Coverage Status][7]][8] [](LICENSE) @@ -14,12 +12,8 @@ If you happen to run into issues with setup, please don't hesitate to open an is If you're looking to contribute or play around with the code, take a look at [the wiki][10]. If you're looking for things to do, check out [our issues][11]. -[1]: https://github.com/python-discord/site/workflows/Lint%20&%20Test/badge.svg?branch=main -[2]: https://github.com/python-discord/site/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain -[3]: https://github.com/python-discord/site/workflows/Build/badge.svg?branch=main -[4]: https://github.com/python-discord/site/actions?query=workflow%3A%22Build%22+branch%3Amain -[5]: https://github.com/python-discord/site/workflows/Deploy/badge.svg?branch=main -[6]: https://github.com/python-discord/site/actions?query=workflow%3A%22Deploy%22+branch%3Amain +[1]: https://github.com/python-discord/site/workflows/CI/badge.svg?branch=main +[2]: https://github.com/python-discord/site/actions/workflows/main.yaml?query=event%3Apush+branch%3Amain [7]: https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=main [8]: https://coveralls.io/github/python-discord/site?branch=main [9]: https://pythondiscord.com |