Skip to content

Commit 5b4722d

Browse files
authored
README: use pkg.go.dev instead of godoc.org (#883)
1 parent 4b2b07c commit 5b4722d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Released under the [MIT License](LICENSE.txt).
123123
benchmarking against slightly older versions of other packages. Versions are
124124
pinned in the [benchmarks/go.mod][] file. [](#anchor-versions)
125125

126-
[doc-img]: https://godoc.org/go.uber.org/zap?status.svg
127-
[doc]: https://godoc.org/go.uber.org/zap
126+
[doc-img]: https://pkg.go.dev/badge/go.uber.org/zap
127+
[doc]: https://pkg.go.dev/go.uber.org/zap
128128
[ci-img]: https://travis-ci.com/uber-go/zap.svg?branch=master
129129
[ci]: https://travis-ci.com/uber-go/zap
130130
[cov-img]: https://codecov.io/gh/uber-go/zap/branch/master/graph/badge.svg

0 commit comments

Comments
 (0)