Skip to content

Commit be9e26b

Browse files
authored
fix: finding url link to audits doc (#87)
1 parent 6a63535 commit be9e26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/finding/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ pub(crate) struct Finding<'w> {
226226
impl<'w> Finding<'w> {
227227
pub(crate) fn url(&self) -> String {
228228
format!(
229-
"{repo}/tree/main/docs/audit/{ident}.md",
229+
"{repo}/blob/main/docs/audits.md#{ident}",
230230
repo = env!("CARGO_PKG_REPOSITORY"),
231231
ident = self.ident
232232
)

0 commit comments

Comments
 (0)