net/http/internal/http2: fix doc links for TrailerPrefix#80462
net/http/internal/http2: fix doc links for TrailerPrefix#80462UditDewan wants to merge 1 commit into
Conversation
The TrailerPrefix documentation linked to golang.org/pkg and used an example anchor of the form #example_ResponseWriter_trailers, which pkg.go.dev does not recognize, so the example link did not resolve. Update both links to their pkg.go.dev equivalents. Fixes golang#51069
|
This PR (HEAD: 5af28a4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/802660. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/802660. |
The TrailerPrefix documentation linked to golang.org/pkg and used an
example anchor of the form #example_ResponseWriter_trailers, which
pkg.go.dev does not recognize, so the example link did not resolve.
Update both links to their pkg.go.dev equivalents.
Fixes #51069