From 13e7a838379e7d376ab76afbbe1e66431189caf7 Mon Sep 17 00:00:00 2001 From: ddl Date: Tue, 2 Jan 2024 16:59:48 +0800 Subject: [PATCH] chore(cmd/evm):fix md link jump in tests/init.go --- cmd/evm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/evm/README.md b/cmd/evm/README.md index 41d8ced278..25647c18a9 100644 --- a/cmd/evm/README.md +++ b/cmd/evm/README.md @@ -214,7 +214,7 @@ exitcode:3 OK The chain configuration to be used for a transition is specified via the `--state.fork` CLI flag. A list of possible values and configurations can be -found in [`tests/init.go`](tests/init.go). +found in [`tests/init.go`](../../tests/init.go). #### Examples ##### Basic usage