-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
E-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRmentorThis has instructions for getting startedThis has instructions for getting started
Description
I noticed this while investigating #357: any time you click 'Go To Latest' while viewing source code, it redirects to https://docs.rs/:crate/:version/src/:crate/?search=rs. This is clearly not desired behavior (it gives a 404).
Don't have time to debug right now but the relevant code is
Line 293 in d9d7a33
fn path_for_version(req_path: &[&str], target_name: &str, conn: &Connection) -> String { |
Metadata
Metadata
Assignees
Labels
E-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRmentorThis has instructions for getting startedThis has instructions for getting started