Skip to content

Commit ac2681f

Browse files
committed
fix wording and readd table to blog posts
1 parent fab880e commit ac2681f

File tree

2 files changed

+103
-18
lines changed

2 files changed

+103
-18
lines changed

SUMMARY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
- [EVM Opcode Reference](./learn_evm/evm_opcodes.md)
1212
- [Transaction Tracing](./learn_evm/tracing.md)
1313
- [Yellow Paper Guidance](./learn_evm/yellow-paper.md):
14-
- [Forks and EIPs](./learn_evm/eips_forks.md)
15-
- [Forks and CIPs](./learn_evm/cips_forks.md)
16-
- [Upgrades and TIPs](./learn_evm/tips_upgrades.md)
17-
- [Forks and BEPs](./learn_evm/beps_forks.md)
14+
- [Forks <> EIPs](./learn_evm/eips_forks.md)
15+
- [Forks <> CIPs](./learn_evm/cips_forks.md)
16+
- [Upgrades <> TIPs](./learn_evm/tips_upgrades.md)
17+
- [Forks <> BEPs](./learn_evm/beps_forks.md)
1818
- [Not So Smart Contracts](./not-so-smart-contracts/README.md)
1919
- [Algorand](./not-so-smart-contracts/algorand/README.md)
2020
- [Rekeying](./not-so-smart-contracts/algorand/rekeying/README.md)
@@ -93,9 +93,9 @@
9393
- [Exercise 8](./program-analysis/echidna/exercises/Exercise-8.md)
9494
- [Manticore](./program-analysis/manticore/README.md)
9595
- [Introduction to Symbolic Execution](./program-analysis/manticore/symbolic-execution-introduction.md):
96-
- [Running with Manticore](./program-analysis/manticore/running_under_manticore.md)
97-
- [Finding Throwing Paths](./program-analysis/manticore/getting_throwing_paths.md)
98-
- [Adding Constraints](./program-analysis/manticore/adding_constraints.md)
96+
- [Running with Manticore](./program-analysis/manticore/running-under-manticore.md)
97+
- [Finding Throwing Paths](./program-analysis/manticore/getting-throwing-paths.md)
98+
- [Adding Constraints](./program-analysis/manticore/adding-constraints.md)
9999
- [Exercises](./program-analysis/manticore/exercises/README.md)
100100
- [Example](./program-analysis/manticore/exercises/example.md)
101101
- [Exercise 1](./program-analysis/manticore/exercises/exercise1.md)

0 commit comments

Comments
 (0)