Skip to content

Commit

Permalink
Enable url redirect (#374)
Browse files Browse the repository at this point in the history
* Enable url redirect
  • Loading branch information
montyly authored Oct 7, 2024
1 parent dfc510c commit 8896df9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
- [Solana](./not-so-smart-contracts/solana)
- [Program Analysis](./program-analysis): Using automated tools to secure contracts
- [Echidna](./program-analysis/echidna): A fuzzer that checks your contract's properties
- [Medusa](./program-analysis/medusa): A next-gen fuzzer that checks your contract's properties
- [Medusa](./program-analysis/medusa/docs/src): A next-gen fuzzer that checks your contract's properties
- [Slither](./program-analysis/slither): A static analyzer with both CLI and scriptable interfaces
- [Manticore](./program-analysis/manticore): A symbolic execution engine that proves the correctness of properties
- For each tool, this training material provides:
Expand Down
5 changes: 5 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ mathjax-support = true
[output.html.fold]
enable = true
level = 1

[output.html.redirect]
"medusa/index.html" = "../program-analysis/medusa/docs/src"
"slither/index.html" = "../program-analysis/slither"
"echidna/index.html" = "../program-analysis/echidna"

0 comments on commit 8896df9

Please sign in to comment.