|
4 | 4 |
|
5 | 5 |
|
6 | 6 | |AppVeyorBuild| |DocsStatus| |PyPiVersion| |PyPiLicense| |
| 7 | +|PyPiVersion| |PyPiLicense| |
7 | 8 | |Python3| |GithubCommits| |BlackFormatBadge| |
8 | 9 |
|
9 | 10 | Pygame_ is a free and open-source cross-platform library |
@@ -170,26 +171,23 @@ The programs in the ``examples`` subdirectory are in the public domain. |
170 | 171 | See docs/licenses for licenses of dependencies. |
171 | 172 |
|
172 | 173 |
|
173 | | -.. |AppVeyorBuild| image:: https://ci.appveyor.com/api/projects/status/x4074ybuobsh4myx?svg=true |
174 | | - :target: https://ci.appveyor.com/project/pygame/pygame |
| 174 | +.. |PyPiVersion| image:: https://img.shields.io/pypi/v/pygame-ce.svg?v=1 |
| 175 | + :target: https://pypi.python.org/pypi/pygame-ce |
175 | 176 |
|
176 | | -.. |PyPiVersion| image:: https://img.shields.io/pypi/v/pygame.svg?v=1 |
177 | | - :target: https://pypi.python.org/pypi/pygame |
178 | | - |
179 | | -.. |PyPiLicense| image:: https://img.shields.io/pypi/l/pygame.svg?v=1 |
180 | | - :target: https://pypi.python.org/pypi/pygame |
| 177 | +.. |PyPiLicense| image:: https://img.shields.io/pypi/l/pygame-ce.svg?v=1 |
| 178 | + :target: https://pypi.python.org/pypi/pygame-ce |
181 | 179 |
|
182 | 180 | .. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1 |
183 | 181 |
|
184 | | -.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame/pygame/2.1.2.svg |
185 | | - :target: https://github.com/pygame/pygame/compare/2.1.2...main |
| 182 | +.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.1.3.svg |
| 183 | + :target: https://github.com/pygame-community/pygame-ce/compare/2.1.3...main |
186 | 184 |
|
187 | 185 | .. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F |
188 | 186 |
|
189 | 187 | .. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg |
190 | 188 | :target: https://github.com/psf/black |
191 | 189 |
|
192 | | -.. _pygame: https://www.pyga.me |
| 190 | +.. _pygame: https://pyga.me |
193 | 191 | .. _Simple DirectMedia Layer library: https://www.libsdl.org |
194 | 192 | .. _We need your help: https://www.pygame.org/contribute.html |
195 | 193 | .. _Compilation wiki page: https://www.pygame.org/wiki/Compilation |
|
0 commit comments