From 5b4722d3797ca2e22f3c16dbe71a97b9c7783c98 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 24 Nov 2020 11:55:26 -0800 Subject: [PATCH] README: use pkg.go.dev instead of godoc.org (#883) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcea28a19..a3a5c09bd 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ Released under the [MIT License](LICENSE.txt). benchmarking against slightly older versions of other packages. Versions are pinned in the [benchmarks/go.mod][] file. [↩](#anchor-versions) -[doc-img]: https://godoc.org/go.uber.org/zap?status.svg -[doc]: https://godoc.org/go.uber.org/zap +[doc-img]: https://pkg.go.dev/badge/go.uber.org/zap +[doc]: https://pkg.go.dev/go.uber.org/zap [ci-img]: https://travis-ci.com/uber-go/zap.svg?branch=master [ci]: https://travis-ci.com/uber-go/zap [cov-img]: https://codecov.io/gh/uber-go/zap/branch/master/graph/badge.svg