Description
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/DataDog/dd-trace-go/v2#section-readme
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Screenshot

What did you do?
We have published a new version of our repo and have tagged our submodules using the same version number (v2.0.0). However, our docs are pointing to a version of these submodules from a year ago since our import paths have changed. For example, we see:
https://pkg.go.dev/github.com/DataDog/dd-trace-go/v2/contrib/net/http
but we want:
https://pkg.go.dev/github.com/DataDog/dd-trace-go/contrib/net/http/v2
In addition, the page pointed to by the CORRECT url is pointing to an old version. We expect it to be v2.0.0
, but the latest version found is v2.1.0-dev.2
. Could we get some assistance?
cc @darccio
What did you see happen?
Our submodule docs are generated with the wrong link.
The correct link does not go to the correct version.
What did you expect to see?
Our contribs point to the correct URL (...net/http/v2), and the correct URL displays the correct version (v2.0.0).