Closed
Description
For instance, on https://doc.rust-lang.org/nightly/abc/123, the search box offers to search the standard library for 123. Clicking the search button goes to https://doc.rust-lang.org/nightly/abc/std/index.html?search=123 (note the abc/std
) which is invalid. Probably related to
#54609 (cc @GuillaumeGomez).