x/website: replace incorrect links to pkg.dev.go with pkg.go.dev #62225
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
website
Milestone
Hi.
I was reading a blog post about structured logging (https://go.dev/blog/slog) and found a typo: pkg.dev.go is written instead of pkg.go.dev.
Sentence:
The best place to learn about all of slog is the [package documentation](https://pkg.dev.go/log/slog).
Notice
pkg.dev.go
. I think it should bepkg.go.dev
.After git grepping for
'dev\.go'
in the repository I found one more post where this exact problem happens: https://go.dev/doc/articles/go_command.Sentence part:
and thus the import path of the [glog](https://pkg.dev.go/github.com/golang/glog) package is "github.com/golang/glog".
Likewise, pkg.dev.go should be replaced with pkg.go.dev, which is correct.
Patch generated with
git diff
:The text was updated successfully, but these errors were encountered: