From 18d37947a25b0208f8154bb40cb0ee9eb2e8dc54 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Tue, 3 Jan 2023 08:43:05 -0800 Subject: [PATCH] README.md: add link target to status badge In commit c735fc7bf09ba9c2944b9026d25baf7e75186ae8 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. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4abc221..befb539 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # gitobj -![CI status][1] +[![CI status][ci_badge]][ci_url] -[1]: https://github.com/git-lfs/gitobj/workflows/CI/badge.svg +[ci_badge]: https://github.com/git-lfs/gitobj/workflows/CI/badge.svg +[ci_url]: https://github.com/git-lfs/gitobj/actions?query=workflow%3ACI Package `gitobj` reads and writes loose and packed Git objects.