Skip to content

Commit 8896df9

Browse files
authored
Enable url redirect (#374)
* Enable url redirect
1 parent dfc510c commit 8896df9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
2929
- [Solana](./not-so-smart-contracts/solana)
3030
- [Program Analysis](./program-analysis): Using automated tools to secure contracts
3131
- [Echidna](./program-analysis/echidna): A fuzzer that checks your contract's properties
32-
- [Medusa](./program-analysis/medusa): A next-gen fuzzer that checks your contract's properties
32+
- [Medusa](./program-analysis/medusa/docs/src): A next-gen fuzzer that checks your contract's properties
3333
- [Slither](./program-analysis/slither): A static analyzer with both CLI and scriptable interfaces
3434
- [Manticore](./program-analysis/manticore): A symbolic execution engine that proves the correctness of properties
3535
- For each tool, this training material provides:

Diff for: book.toml

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ mathjax-support = true
2020
[output.html.fold]
2121
enable = true
2222
level = 1
23+
24+
[output.html.redirect]
25+
"medusa/index.html" = "../program-analysis/medusa/docs/src"
26+
"slither/index.html" = "../program-analysis/slither"
27+
"echidna/index.html" = "../program-analysis/echidna"

0 commit comments

Comments
 (0)