From 721b2b1e2a4cdd78c1bcca2f11e21a7759b2ff7c Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Tue, 4 Jul 2023 22:46:51 +0200 Subject: [PATCH] Fix Go reference URL in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13791d3..b5ac3db 100644 --- a/README.md +++ b/README.md @@ -243,5 +243,5 @@ If the received value is `3`, then it will be printed as `03`. [golang-install]: http://golang.org/doc/install.html#releases [ci-badge]: https://github.com/uber/mock/actions/workflows/test.yaml/badge.svg [ci-runs]: https://github.com/uber/mock/actions -[reference-badge]: https://pkg.go.dev/badge/github.com/uber/mock.svg -[reference]: https://pkg.go.dev/github.com/uber/mock +[reference-badge]: https://pkg.go.dev/badge/go.uber.org/mock.svg +[reference]: https://pkg.go.dev/go.uber.org/mock