Closed
Description
I'm not exactly sure what's going wrong here, but this is what I did:
- Go to http://www.rust-lang.org/
- Click on Nightly API Docs, which goes to http://doc.rust-lang.org/std/index.html
- Search for
replace
- Click on the result for
regex::Regex::replace
, which goes to http://doc.rust-lang.org/regex/enum.Regex.html#method.replace - This gives me a github pages 404.
This appears to be isolated to the regex, getopts, log, and time crates, I tried to reproduce this with every crate and I got 404s when doing the following searches on the following results, but not for results from the other crates:
- search for
replace
, click onregex::Regex::replace
(or any otherregex::*
result) - search for
opts
, click ongetopts::getopts
(or any othergetopts::*
result) - search for
debug
, click onlog::DEBUG
(or any otherlog::*
result) - search for
time
, click ontime::Tm::asctime
(or any othertime::*
result)
What's weird is if I try to reproduce this locally by doing:
- cd to my rust checkout
$ open doc/std/index.html
- Search for
replace
- Click on the result for
regex::Regex::replace
, which goes to file://[my rust checkout]/doc/regex/enum.Regex.html#method.replace - This works fine! I see the doc page I expect!
I also found these other cases of 404s, which might be separate issues-- I'm happy to file them if someone agrees:
- In the results for a search for
opts
, the result forrustrt::task::TaskOpts
goes to http://doc.rust-lang.org/rustrt/task/struct.TaskOpts.html which gives me a rust 404 page (the one that directs you to search ddg, the reference, or the docs). - The sidebar link to the regex_macros crate (http://doc.rust-lang.org/regex_macros/index.html) gives me a github pages 404, and the sidebar link to rustrt (http://doc.rust-lang.org/rustrt/index.html) gives me a rust 404.
Metadata
Metadata
Assignees
Labels
No labels