Skip to content

Commit

Permalink
fix: finding url link to audits doc (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
amenasria authored Oct 31, 2024
1 parent 6a63535 commit be9e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finding/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pub(crate) struct Finding<'w> {
impl<'w> Finding<'w> {
pub(crate) fn url(&self) -> String {
format!(
"{repo}/tree/main/docs/audit/{ident}.md",
"{repo}/blob/main/docs/audits.md#{ident}",
repo = env!("CARGO_PKG_REPOSITORY"),
ident = self.ident
)
Expand Down

0 comments on commit be9e26b

Please sign in to comment.