Skip to content

Commit 0f043f3

Browse files
authored
Merge pull request #32 from chrisd8088/add-status-badge-link
Add link target to status badge
2 parents 59ef79c + 18d3794 commit 0f043f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# gitobj
22

3-
![CI status][1]
3+
[![CI status][ci_badge]][ci_url]
44

5-
[1]: https://github.com/git-lfs/gitobj/workflows/CI/badge.svg
5+
[ci_badge]: https://github.com/git-lfs/gitobj/workflows/CI/badge.svg
6+
[ci_url]: https://github.com/git-lfs/gitobj/actions?query=workflow%3ACI
67

78
Package `gitobj` reads and writes loose and packed Git objects.
89

0 commit comments

Comments
 (0)