x/pkgsite: fix badge image and pkg.go.dev link URLs in badge generation tool #40216
Comments
Change https://golang.org/cl/242641 mentions this issue: |
Change https://golang.org/cl/242737 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do?
Generating badges using the badge generation tool (https://pkg.go.dev/badge).
For example, generating a badge for the URL:
https://pkg.go.dev/net/url?tab=overview
What did you expect to see?
It should produce the following markdown snippet:
[](https://pkg.go.dev/net/url?tab=overview)
What did you see instead?
And instead produces this snippet:
[](https://pkg.go.dev/badge/net/url?tab=overview)
The text was updated successfully, but these errors were encountered: