Skip to content

Commit

Permalink
Merge pull request #635 from mystor/diff_rs_browse
Browse files Browse the repository at this point in the history
Use the new browse endpoint for diff.rs
  • Loading branch information
mystor authored Sep 20, 2024
2 parents c33127f + 3d6c55b commit b4761a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ fn cmd_inspect(
format!("https://sourcegraph.com/crates/{package}@v{version}")
}
FetchMode::DiffRs => {
format!("https://diff.rs/{package}/{version}/{version}/")
format!("https://diff.rs/browse/{package}/{version}/")
}
FetchMode::Local => unreachable!(),
};
Expand Down

0 comments on commit b4761a9

Please sign in to comment.