Skip to content

Commit

Permalink
fix(docs): add redirect for removed example.md
Browse files Browse the repository at this point in the history
fixes link to example.md at https://slsa.dev/spec/v1.0/use-cases#motivating-example

Signed-off-by: jwhb <[email protected]>
  • Loading branch information
jwhb committed Sep 17, 2023
1 parent 8be4de9 commit bef7483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@
/verification_summary/v1.1 /spec/v1.1/verification_summary 301

# Removed files. Keep URLs working forever.
/example https://github.com/slsa-framework/slsa/blob/a25364a3b312f572e4620c812820249853bb40e5/docs/example.md 301
/example https://github.com/slsa-framework/slsa/blob/a25364a3b312f572e4620c812820249853bb40e5/docs/example.md 301
/example.md https://github.com/slsa-framework/slsa/blob/a25364a3b312f572e4620c812820249853bb40e5/docs/example.md 301

0 comments on commit bef7483

Please sign in to comment.