Skip to content

Commit 53f93a8

Browse files
authored
docs: change godoc URL in README (#124)
This PR replaces `godoc.org` with `pkg.go.dev` in README.
1 parent 0b416df commit 53f93a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ go get github.com/google/uuid
1414
```
1515

1616
###### Documentation
17-
[![GoDoc](https://godoc.org/github.com/google/uuid?status.svg)](http://godoc.org/github.com/google/uuid)
17+
[![Go Reference](https://pkg.go.dev/badge/github.com/google/uuid.svg)](https://pkg.go.dev/github.com/google/uuid)
1818

1919
Full `go doc` style documentation for the package can be viewed online without
2020
installing this package by using the GoDoc site here:

0 commit comments

Comments
 (0)