-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/pkgsite: replace links to godoc.org in x/* repos #42251
Comments
Change https://golang.org/cl/264999 mentions this issue: |
These commands link to self-documentation hosted on godoc.org. Given that this traffic will eventually be redirected to pkg.go.dev (https://blog.golang.org/pkg.go.dev-2020), we should proactively update them to pkg.go.dev. For golang/go#42251 Change-Id: Iff1e4c6958d4e1ddff98150fae6b811e7764816a Reviewed-on: https://go-review.googlesource.com/c/tools/+/264999 Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Julie Qiu <julie@golang.org> Trust: Robert Findley <rfindley@google.com>
Change https://golang.org/cl/276033 mentions this issue: |
Change https://golang.org/cl/276032 mentions this issue: |
update-readmes.go is updated to add a pkg.go.dev badge instead of a godoc.org badge. The GoDoc badge is added or changed in all READMEs by running update-readmes.go For golang/go#42251 Change-Id: I0c49df26a6c695f938c98c9a7b26325d991b3cfb Reviewed-on: https://go-review.googlesource.com/c/build/+/276032 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
READMEs with a GoDoc badge that were not changed by update-readmes.go are manually changed. For golang/go#42251 Change-Id: Iaaa815e4a5f0905cfb20ea62fcb4cf2e75fde991 Reviewed-on: https://go-review.googlesource.com/c/build/+/276033 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This should be fixed. Feel free to reopen if anything was missed. |
These commands link to self-documentation hosted on godoc.org. Given that this traffic will eventually be redirected to pkg.go.dev (https://blog.golang.org/pkg.go.dev-2020), we should proactively update them to pkg.go.dev. For golang/go#42251 Change-Id: Iff1e4c6958d4e1ddff98150fae6b811e7764816a Reviewed-on: https://go-review.googlesource.com/c/tools/+/264999 Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Julie Qiu <julie@golang.org> Trust: Robert Findley <rfindley@google.com>
A number of packages within x/ repos still link to self-documentation hosted on godoc.org (for example: x/tools/cmd/stringer, x/tools/cmd/present). Given that the plan is to eventually redirect this traffic to pkg.go.dev (https://blog.golang.org/pkg.go.dev-2020), we should proactively update these links to point to pkg.go.dev.
CC @julieqiu
The text was updated successfully, but these errors were encountered: