From 53f93a84e656111bf039a99113dccf451633e50a Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 18 Aug 2023 19:00:04 +0300 Subject: [PATCH] docs: change godoc URL in README (#124) This PR replaces `godoc.org` with `pkg.go.dev` in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d40914..3e9a618 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ go get github.com/google/uuid ``` ###### Documentation -[![GoDoc](https://godoc.org/github.com/google/uuid?status.svg)](http://godoc.org/github.com/google/uuid) +[![Go Reference](https://pkg.go.dev/badge/github.com/google/uuid.svg)](https://pkg.go.dev/github.com/google/uuid) Full `go doc` style documentation for the package can be viewed online without installing this package by using the GoDoc site here: