diff --git a/evm_and_opcodes/README.md b/evm_and_opcodes/README.md
index 9376aad..fd24043 100644
--- a/evm_and_opcodes/README.md
+++ b/evm_and_opcodes/README.md
@@ -17,7 +17,7 @@
-* [my favorite opcodes](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/evm_and_opcodes)
+* [my favorite opcodes](evm_and_opcodes/my_favorite_opcodes.md)
@@ -29,6 +29,7 @@
* [opcodes for the evm](https://ethereum.org/en/developers/docs/evm/opcodes/)
* [opcodes and instruction reference](https://github.com/crytic/evm-opcodes)
+* [EVM Contract Construction](https://blog.smlxl.io/evm-contract-construction-93c98cc4ca96)