diff --git a/crates/vm/levm/README.md b/crates/vm/levm/README.md index 47f7e8a088..15a0ca4229 100644 --- a/crates/vm/levm/README.md +++ b/crates/vm/levm/README.md @@ -14,7 +14,7 @@ Implementation of a simple Ethereum Virtual Machine in Rust. ## Docs -There is a large amount of docs in comments inside the code. For more information check out the [FAQ](../../../docs/vm/levm/faq.rs) and related documents. +There is a large amount of docs in comments inside the code. For more information check out the [FAQ](../../../docs/vm/levm/faq.md) and related documents. ## Testing