-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/pkgsite: Links to code hosted on GitLab under a sub-group are invalid #49827
Comments
This looks correct:
<html>
<head>
<meta name="go-import" content="gitlab.com/tozd/go/errors git https://gitlab.com/tozd/go/errors.git" />
<meta name="go-source" content="gitlab.com/tozd/go/errors https://gitlab.com/tozd/go/errors https://gitlab.com/tozd/go/errors/-/tree/main{/dir} https://gitlab.com/tozd/go/errors/-/blob/main{/dir}/{file}#L{line}" />
</head>
<body>go get https://gitlab.com/tozd/go/errors</body>
</html> |
Sorry, what auth wall? There should be no auth wall? Project and link are public? |
So |
My mistake, the bad URL from the function source link brought me to a Gitlab sign-in page. |
Change https://golang.org/cl/375281 mentions this issue: |
Just to be clear: this has been fixed in the source. The actual pkg.go.dev links won't work until we deploy and then reprocess the broken modules. I'm going to reopen this until that's done. |
Awesome! Thank you for the quick fix! |
Fixed live. |
What is the URL of the page with the issue?
https://pkg.go.dev/gitlab.com/tozd/go/errors
What is your user agent?
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0
What did you do?
What did you expect to see?
I expected to see the source code available under
https://gitlab.com/tozd/go/errors/blob/<commit>/stdlib.go#L47
.What did you see instead?
I was directed to invalid
https://gitlab.com/tozd/go/blob/<commit>/errors/stdlib.go#L47
.The text was updated successfully, but these errors were encountered: