Skip to content

Commit 18d3794

Browse files
committed
README.md: add link target to status badge
In commit c735fc7 of PR #31 we updated the CI status badge in our README.md file to reflect the fact that we are now using GitHub Actions rather than Travis CI. However, we didn't include a link target for the new badge, so we do that now.
1 parent 59ef79c commit 18d3794

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
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)