From 3d22ac0ccb78801a84269497b6087c2c8d5e13be Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Wed, 5 Jul 2023 07:51:31 +0200 Subject: [PATCH] Fix Go reference URL in README (#25) Go reference uses module name rather than repository URL as a package name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 489b71b..f134406 100644 --- a/README.md +++ b/README.md @@ -251,5 +251,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