-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Description
In https://docs.rs/tokio/0.2.0-alpha.6/tokio/attr.main.html, [src]
redirected to https://docs.rs/tokio-macros/0.2.0-alpha.6/src/tokio_macros/lib.rs.html#48-120 which gives 404.
Probably related to
Lines 182 to 190 in 32074e7
router.get("/:crate/:version/:target", | |
rustdoc::rustdoc_redirector_handler, | |
"crate_version_target"); | |
router.get("/:crate/:version/:target/", | |
rustdoc::rustdoc_html_server_handler, | |
"crate_version_target_"); | |
router.get("/:crate/:version/:target/*.html", | |
rustdoc::rustdoc_html_server_handler, | |
"crate_version_target_html"); |
Metadata
Metadata
Assignees
Labels
No labels