mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
cmd/evm: fix link in README.md (#28755)
This commit is contained in:
parent
c053eb71b6
commit
33c94ef083
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue