From b89ba07b94388e53261727e4f05c10e6919341c6 Mon Sep 17 00:00:00 2001 From: Rohan Prinja <1688456+ajnirp@users.noreply.github.com> Date: Thu, 14 May 2020 17:15:05 -0700 Subject: [PATCH] Update documentation link When visiting the godoc link, a banner at the top informs me that "pkg.go.dev is a new destination for Go discovery and docs". While it doesn't look like godoc is going away, I figured it would be nice to link to both sites. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 575f0ec..4c235d0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Alternatively, you may use gopkg.in to grab a specific major-version: ## Documentation -https://godoc.org/github.com/fogleman/gg +godoc: https://godoc.org/github.com/fogleman/gg +pkg.go.dev: https://pkg.go.dev/github.com/fogleman/gg?tab=doc ## Hello, Circle!