aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Redko <Oleksandr_Redko@epam.com>2023-08-18 19:00:04 +0300
committerGitHub <noreply@github.com>2023-08-18 16:00:04 +0000
commit53f93a84e656111bf039a99113dccf451633e50a (patch)
tree8c1ef8201e8e0ef3d8ce2b38bf16a0c45733c255
parent0b416df5d07008052697c0cacb99c84faa2abcc0 (diff)
downloadgoogle-uuid-53f93a84e656111bf039a99113dccf451633e50a.tar.gz
docs: change godoc URL in README (#124)
This PR replaces `godoc.org` with `pkg.go.dev` in README.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: