x/pkgsite: broken source links in autogenerated API docs #38205
Comments
It looks like this is a problem with the meta tag at https://www.seehuhn.de/go/websocket?go-get=1:
In particular, note the output of
|
I've filed an issue upstream in seehuhn/go-websocket#1. Closing this issue in favor of that one. Feel free to comment on this issue again or open a new one if the problem has not been resolved. |
Thank you for your feedback. I will change the meta tags on my site, so the problem should be solved. Nevertheless, I just want point out that the corresponding link on godoc.org works even with my current meta tag (click the "Conn" link at https://godoc.org/seehuhn.de/go/websocket#Conn to see this). So in a sense, one could see this change as a regression. |
What is the URL of the page with the issue?
https://pkg.go.dev/seehuhn.de/go/websocket?tab=doc
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36
Screenshot
What did you do?
I clicked on the blue
Conn
shown at the top of the screenshot.What did you expect to see?
I hoped to reach the source code of
Conn
.What did you see instead?
The link led to
https://github.com/seehuhn/go-websocket.git/blob/v1.0.0/conn.go#L38
, but this page does not exist so the browser showed an 404 error message. The problem can be fixed by changinggo-websocket.git
togo-websocket
in the URL.The text was updated successfully, but these errors were encountered: