We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d32e71 + cc34e58 commit ee87ca5Copy full SHA for ee87ca5
1 file changed
README.md
@@ -323,10 +323,7 @@ func main() {
323
## More info
324
325
You can see the full reference documentation of the pflag package
326
-[at godoc.org][3], or through go's standard documentation system by
327
-running `godoc -http=:6060` and browsing to
328
-[http://localhost:6060/pkg/github.com/spf13/pflag][2] after
329
-installation.
+at [pkg.go.dev][2], or through go's standard documentation system by
+cloning the repository and running `go doc -http` in it.
330
331
-[2]: http://localhost:6060/pkg/github.com/spf13/pflag
332
-[3]: http://godoc.org/github.com/spf13/pflag
+[2]: https://pkg.go.dev/github.com/spf13/pflag
0 commit comments