Skip to content

Commit 3582548

Browse files
authored
Added alternative texts to the badge
Added alternative texts to the badge if the badge image does not load properly.
1 parent f8aa764 commit 3582548

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,20 @@ A repository containing well-documented and easy-to-learn examples involving the
1010

1111
Documentation: https://dbe.readthedocs.io/en/latest/
1212

13-
.. badges links:
1413

15-
.. |status| image:: https://img.shields.io/badge/status-underdevelopment-7bccc2.svg?longCache=true&style=for-the-badge
14+
15+
..
16+
badges links:
17+
18+
.. |status| image:: https://img.shields.io/badge/status-underdevelopment-7bccc2.svg?longCache=true&style=for-the-badge
19+
:alt: Status: Underdevelopment
1620
.. |rtd_badge| image:: https://readthedocs.org/projects/dbe/badge/?version=latest
17-
.. |build| image:: https://img.shields.io/badge/build-success-blue.svg
18-
.. |language| image:: https://img.shields.io/badge/language-Python-red.svg
19-
.. |release| image:: https://img.shields.io/github/release/GreatTaku/DiscordBotExamples/all.svg
20-
.. |license| image:: https://img.shields.io/github/license/GreatTaku/DiscordBotExamples.svg
21+
:alt: Doc: Unknown
22+
.. |build| image:: https://img.shields.io/badge/build-success-blue.svg
23+
:alt: Build: Success
24+
.. |language| image:: https://img.shields.io/badge/language-Python-red.svg
25+
:alt: Language: Python
26+
.. |release| image:: https://img.shields.io/github/release/GreatTaku/DiscordBotExamples/all.svg
27+
:alt: Release: Unknown
28+
.. |license| image:: https://img.shields.io/github/license/GreatTaku/DiscordBotExamples.svg
29+
:alt: License: MIT License

0 commit comments

Comments
 (0)