Skip to content

Commit

Permalink
Add slash to avoid redirect (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 19, 2025
1 parent fa0aa8c commit f24e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ macro_rules! audit_meta {
}

fn url() -> &'static str {
concat!("https://woodruffw.github.io/zizmor/audits#", $id)
concat!("https://woodruffw.github.io/zizmor/audits/#", $id)
}
}
};
Expand Down

0 comments on commit f24e252

Please sign in to comment.