Closed reynn closed 2 years ago
Currently the links to lib.rs do not link to the crate itself but instead either link to keywords or nothing at all. This adds the necessary /crates/
/crates/
Examples:
once_cell
time
Thanks! Don't know how I missed this!
Currently the links to lib.rs do not link to the crate itself but instead either link to keywords or nothing at all. This adds the necessary
/crates/
Examples:
once_cell
crate https://lib.rs/once_cell. This goes to a page not foundonce_cell
crate https://lib.rs/crates/once_celltime
crate https://lib.rs/time. This redirects to the time keywords page instead of the crate.time
crate https://lib.rs/crates/time