Skip to content

Commit a92394b

Browse files
committed
update README.md badges
1 parent 789b048 commit a92394b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@
33
Bindings to the libgit2 shared library, implements Git plumbing.
44
Supports Python 3.10 to 3.13 and PyPy3 7.3+
55

6-
[![image](https://github.com/libgit2/pygit2/actions/workflows/tests.yml/badge.svg)](https://github.com/libgit2/pygit2/actions/workflows/tests.yml)
6+
[![test-ci-badge][test-ci-badge]][test-ci-link]
7+
[![deploy-ci-badge][deploy-ci-badge]][deploy-ci-link]
78

8-
[![image](https://ci.appveyor.com/api/projects/status/edmwc0dctk5nacx0/branch/master?svg=true)](https://ci.appveyor.com/project/jdavid/pygit2/branch/master)
9+
[deploy-ci-badge]: https://github.com/libgit2/pygit2/actions/workflows/wheels.yml/badge.svg
10+
[deploy-ci-link]: https://github.com/libgit2/pygit2/actions/workflows/wheels.yml
11+
[test-ci-badge]: https://github.com/libgit2/pygit2/actions/workflows/tests.yml/badge.svg
12+
[test-ci-link]: https://github.com/libgit2/pygit2/actions/workflows/tests.yml
913

1014
## Links
1115

12-
- Documentation - <https://www.pygit2.org/>
13-
- Install - <https://www.pygit2.org/install.html>
14-
- Download - <https://pypi.org/project/pygit2/>
15-
- Source code and issue tracker - <https://github.com/libgit2/pygit2>
16-
- Changelog - <https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md>
17-
- Authors - <https://github.com/libgit2/pygit2/blob/master/AUTHORS.md>
16+
- Documentation - <https://www.pygit2.org/>
17+
- Install - <https://www.pygit2.org/install.html>
18+
- Download - <https://pypi.org/project/pygit2/>
19+
- Source code and issue tracker - <https://github.com/libgit2/pygit2>
20+
- Changelog - <https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md>
21+
- Authors - <https://github.com/libgit2/pygit2/blob/master/AUTHORS.md>
1822

1923
## Sponsors
2024

0 commit comments

Comments
 (0)