From ee88247e71ef74414e0946d7200ccb879e4604f4 Mon Sep 17 00:00:00 2001 From: Karim Agha Date: Sun, 14 Mar 2021 10:25:45 +0100 Subject: [PATCH] Fixing outdated readme links (#322) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86ccc0e16..588b25bb3 100644 --- a/README.md +++ b/README.md @@ -297,9 +297,9 @@ Caching, Importing Blocks, and Block Information In addition to the OpenEthereum client, there are additional tools in this repository available: -- [evmbin](./evmbin) - OpenEthereum EVM Implementation. -- [ethstore](./accounts/ethstore) - OpenEthereum Key Management. -- [ethkey](./accounts/ethkey) - OpenEthereum Keys Generator. +- [evmbin](./bin/evmbin) - OpenEthereum EVM Implementation. +- [ethstore](./crates/accounts/ethstore) - OpenEthereum Key Management. +- [ethkey](./crates/accounts/ethkey) - OpenEthereum Keys Generator. The following tools are available in a separate repository: - [ethabi](https://github.com/openethereum/ethabi) - OpenEthereum Encoding of Function Calls. [Docs here](https://crates.io/crates/ethabi)