-
Notifications
You must be signed in to change notification settings - Fork 210
Broken relative link to source file in README #413
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
Comments
@jyn514 Yes, thanks for pinging me. Are there any other solutions other than the proposed method? File replacements does not seemed to be the right thing to do. |
I agree, The redirect idea seems good - some URLs could overlap with existing routes but the only current ones are I think you'd want to add a new route near Line 149 in 32074e7
|
@jyn514 Okay, thanks for pointing this out. |
Why do I get nightly compiler not found when running
|
@pickfire I'm not sure. Do you get the same error when you run it again? When you ran |
cc @pietroalbini , this is coming from https://github.com/rust-lang/docs.rs/blob/master/src/docbuilder/rustwide_builder.rs#L117 which doesn't show the output. I also wonder why rustwide returns a |
@pickfire that's probably a messed up rustwide installation. Try running:
Note that the command will re-initialize rustwide, downloading everything (except the docker image) from scratch. |
@jyn514 @pietroalbini Nope, same error, rustc nightly could not be found. Maybe I just push the code first and let you all test it? I cannot build it from my end. |
@pietroalbini I'm not sure that |
@jyn514 Okay, I pushed to pickfire@fa76b93 (not tested). I also tried |
This panics at startup: Let me know when you have rustwide working. |
Now I get a different error.
|
@pickfire could you join the Discord channel so we're not spamming this issue? |
Uh oh!
There was an error while loading. Please reload this page.
https://docs.rs/crate/ripgrep/11.0.2
Relative link
User Guide
points to https://docs.rs/crate/ripgrep/GUIDE.md which does not exist (404).Instead, it should either points to
source/$file
with url replacement (docs.rs/src/web/mod.rs
Line 387 in 32074e7
$file
gets redirected tosource/$file
(somewhere neardocs.rs/src/web/mod.rs
Lines 226 to 232 in 32074e7
So far, I have only seen this bug affecting README.
The text was updated successfully, but these errors were encountered: