From 8ebc08351e84b49edb7aeb95e5430b74c2369ff9 Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Fri, 22 Jan 2021 10:09:46 +0100 Subject: Update badges on the README file --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c813997e7..da2d0bf03 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ [![Build][3]][4] [![Deploy][5]][6] [![Coverage Status](https://coveralls.io/repos/github/python-discord/bot/badge.svg)](https://coveralls.io/github/python-discord/bot) -[![License](https://img.shields.io/github/license/python-discord/bot)](LICENSE) -[![Website](https://img.shields.io/badge/website-visit-brightgreen)](https://pythondiscord.com) +[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) This project is a Discord bot specifically for use with the Python Discord server. It provides numerous utilities and other tools to help keep the server running like a well-oiled machine. @@ -19,5 +18,5 @@ Read the [Contributing Guide](https://pythondiscord.com/pages/contributing/bot/) [4]: https://github.com/python-discord/bot/actions?query=workflow%3ABuild+branch%3Amaster [5]: https://github.com/python-discord/bot/workflows/Deploy/badge.svg?branch=master [6]: https://github.com/python-discord/bot/actions?query=workflow%3ADeploy+branch%3Amaster -[7]: https://img.shields.io/static/v1?label=Python%20Discord&logo=discord&message=%3E100k%20members&color=%237289DA&logoColor=white -[8]: https://discord.gg/2B963hn +[7]: https://raw.githubusercontent.com/python-discord/branding/master/logos/badge/badge_github.png +[8]: https://discord.gg/python -- cgit v1.2.3 From 65e2640d8d13eac4cf6afdbee8ab9a68e7c0ecba Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Fri, 22 Jan 2021 10:44:49 +0100 Subject: Use the SVG badge on the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index da2d0bf03..ac45e6340 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ Read the [Contributing Guide](https://pythondiscord.com/pages/contributing/bot/) [4]: https://github.com/python-discord/bot/actions?query=workflow%3ABuild+branch%3Amaster [5]: https://github.com/python-discord/bot/workflows/Deploy/badge.svg?branch=master [6]: https://github.com/python-discord/bot/actions?query=workflow%3ADeploy+branch%3Amaster -[7]: https://raw.githubusercontent.com/python-discord/branding/master/logos/badge/badge_github.png +[7]: https://raw.githubusercontent.com/python-discord/branding/master/logos/badge/badge_github.svg [8]: https://discord.gg/python -- cgit v1.2.3