-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Back-links to GitHub in docs of most stdlibs broken #50035
Comments
I'm observing this for all the stdlibs that I checked except for Pkg.jl. I think this has been known for a while and we should really fix it. This is a great avenue for folks to help us improve documentation and the fact that the links are broken is an unfortunate obstacle in that process. |
On a locally built julia, which is followed by |
I'm adding this to the 1.11 milestone because there is an open, mergable PR to fix it. If #47105 doesn't merge by the 1.11 branch point, I think we should merge #51375 as a stop-gap measure. Maybe we should merge #51375 now and backport it to 1.10 as well? It should be pretty easy to revert once the more general solution is in place. |
I'm removing this from the milestone since this was the case in 1.9 and the PRs in #50035 (comment) are merged. This also doesn't seem important enough to withhold a release. |
Yep! I just wanted to make sure those PRs merged before 1.11 if the general solution hadn't landed (which it still hasn't IIUC) |
This is JuliaLang#48814 times 23. It solves most of but not all of JuliaLang#50035. (cherry picked from commit a327a95)
On https://docs.julialang.org/en/v1/stdlib/DelimitedFiles/ (this is for Julia v1.9) this backlinks to github are broken: clicking on "Edit on GitHub" (top left) and the "source" buttons on each help-box leads to a 404 on GitHub. Maybe todo with the recent move into a separate repo (https://github.com/JuliaData/DelimitedFiles.jl)?
Note that on the Docs https://delimitedfiles.juliadata.org/dev/ the links work.
The text was updated successfully, but these errors were encountered: