-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-rustdoc-jsArea: Rustdoc's JS front-endArea: Rustdoc's JS front-end
Description
Steps to reproduce:
- Visit https://doc.rust-lang.org/nughtly/std.
- Get a 404 page with a search box.
- Type "string" in the search and hit enter.
Expected result: go to https://doc.rust-lang.org/std/index.html?search=string (successful response)
Actual result: go to https://doc.rust-lang.org/nughtly/std/index.html?search=string (still a 404)
Note: everything works fine with a path that has no slash, e.g. https://doc.rust-lang.org/nughtly
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-rustdoc-jsArea: Rustdoc's JS front-endArea: Rustdoc's JS front-end