From 49086ad7ef584d11f57b75566d6d611c2c1eb214 Mon Sep 17 00:00:00 2001 From: rongyi Date: Tue, 4 Nov 2025 14:10:20 +0800 Subject: [PATCH] Fix broken link --- crates/vm/levm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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