From 66916c2a65fe0b2b9c0a07e3ac8415d111a58551 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 23 Oct 2023 06:48:50 -0700 Subject: [PATCH] README: Fix build status badge (#114) The CI job was renamed to ci.yml in #108 but the README.md was not updated. Fix the badge URL in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a545b5e..de3d7d5 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ No breaking changes will be made to exported APIs before 2.0. [doc-img]: https://godoc.org/go.uber.org/goleak?status.svg [doc]: https://godoc.org/go.uber.org/goleak -[ci-img]: https://github.com/uber-go/goleak/actions/workflows/go.yml/badge.svg -[ci]: https://github.com/uber-go/goleak/actions/workflows/go.yml +[ci-img]: https://github.com/uber-go/goleak/actions/workflows/ci.yml/badge.svg +[ci]: https://github.com/uber-go/goleak/actions/workflows/ci.yml [cov-img]: https://codecov.io/gh/uber-go/goleak/branch/master/graph/badge.svg [cov]: https://codecov.io/gh/uber-go/goleak [release]: https://go.dev/doc/devel/release#policy