Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 7e5211a

Browse files
authored
Fix Go reference URL in README (#25)
Go reference uses module name rather than repository URL as a package name.
1 parent fcb6d39 commit 7e5211a

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
@@ -251,5 +251,5 @@ If the received value is `3`, then it will be printed as `03`.
251251
[golang-install]: http://golang.org/doc/install.html#releases
252252
[ci-badge]: https://github.com/uber/mock/actions/workflows/test.yaml/badge.svg
253253
[ci-runs]: https://github.com/uber/mock/actions
254-
[reference-badge]: https://pkg.go.dev/badge/github.com/uber/mock.svg
255-
[reference]: https://pkg.go.dev/github.com/uber/mock
254+
[reference-badge]: https://pkg.go.dev/badge/go.uber.org/mock.svg
255+
[reference]: https://pkg.go.dev/go.uber.org/mock

0 commit comments

Comments
 (0)