Skip to content

Commit 66916c2

Browse files
authored
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.
1 parent ecabcf9 commit 66916c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ No breaking changes will be made to exported APIs before 2.0.
6767

6868
[doc-img]: https://godoc.org/go.uber.org/goleak?status.svg
6969
[doc]: https://godoc.org/go.uber.org/goleak
70-
[ci-img]: https://github.com/uber-go/goleak/actions/workflows/go.yml/badge.svg
71-
[ci]: https://github.com/uber-go/goleak/actions/workflows/go.yml
70+
[ci-img]: https://github.com/uber-go/goleak/actions/workflows/ci.yml/badge.svg
71+
[ci]: https://github.com/uber-go/goleak/actions/workflows/ci.yml
7272
[cov-img]: https://codecov.io/gh/uber-go/goleak/branch/master/graph/badge.svg
7373
[cov]: https://codecov.io/gh/uber-go/goleak
7474
[release]: https://go.dev/doc/devel/release#policy

0 commit comments

Comments
 (0)