diff options
author | 2023-04-14 14:07:50 +0100 | |
---|---|---|
committer | 2023-04-14 13:07:50 +0000 | |
commit | 9ed998576af33690e6a21ca5efaf603bd212ba0e (patch) | |
tree | fba04084a237f971427e62f554e87b778c893079 | |
parent | Merge pull request #2392 from python-discord/use-paste-service-for-long-autob... (diff) |
Fix readme badges for CI status (#2537)
-rw-r--r-- | README.md | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -1,9 +1,7 @@ # Python Utility Bot -[![Discord][7]][8] -[![Lint & Test][1]][2] -[![Build][3]][4] -[![Deploy][5]][6] +[![Discord][1]][2] +[![CI][3]][4] [](LICENSE) This project is a Discord bot specifically for use with the Python Discord server. It provides numerous utilities @@ -11,11 +9,7 @@ and other tools to help keep the server running like a well-oiled machine. Read the [Contributing Guide](https://pythondiscord.com/pages/contributing/bot/) on our website if you're interested in helping out. -[1]: https://github.com/python-discord/bot/workflows/Lint%20&%20Test/badge.svg?branch=main -[2]: https://github.com/python-discord/bot/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain -[3]: https://github.com/python-discord/bot/workflows/Build/badge.svg?branch=main -[4]: https://github.com/python-discord/bot/actions?query=workflow%3ABuild+branch%3Amain -[5]: https://github.com/python-discord/bot/workflows/Deploy/badge.svg?branch=main -[6]: https://github.com/python-discord/bot/actions?query=workflow%3ADeploy+branch%3Amain -[7]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg -[8]: https://discord.gg/python +[1]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg +[2]: https://discord.gg/python +[3]: https://github.com/python-discord/bot/actions/workflows/main.yml/badge.svg?branch=main +[4]: https://github.com/python-discord/bot/actions/workflows/main.yml?query=branch%3Amain |