x/pkgsite: visiting pkg.go.dev/golang.org/dl module root gives 400 #43075
Comments
Change https://golang.org/cl/276232 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Visiting https://pkg.go.dev/golang.org/dl shows 400 Bad Request:
Individual packages inside, such as https://pkg.go.dev/golang.org/dl/go1.15.6, work okay. But those pages include a link to the module root, which is broken as a result of this issue:
The
golang.org/dl
module is somewhat unusual in that it's the only module that begins withgolang.org
but doesn't have agolang.org/x
prefix.This problem does not reproduce at godoc.org: https://godoc.org/golang.org/dl#pkg-subdirectories.
CC @jamalc.
The text was updated successfully, but these errors were encountered: