Closed
Description
This is actually a combination of a number of issues:
- If you go to https://docs.rs/isatty/0.1.0/isatty/, the link to the latest version takes you to https://docs.rs/isatty/0.2.0/isatty/?search=isatty
- isatty 0.2.0 failed its build
- /isatty/0.2.0/isatty/ gives a 404
#325 fixed this for /isatty/0.2.0/isatty, so the issue is that /:crate/:version/:target/ behaves differently than /:crate/:version/:target.
We can't just change the redirect to link to /:crate/:version/:target
, since ?search=
doesn't work on that page. Maybe the easiest thing would be to link to /:target
and have the redirect to /:target/
keep the search query parameter?
Metadata
Metadata
Assignees
Labels
No labels