From 541aacd200a4ad545fa9f50ed3a9a6374f5c3143 Mon Sep 17 00:00:00 2001 From: leeli Date: Mon, 5 Aug 2024 12:20:30 +0200 Subject: [PATCH] redirect the path in readme (#7422) Signed-off-by: Lee Co-authored-by: daniellehrner --- .../tests/simple-permissioning-smart-contract/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance-tests/tests/simple-permissioning-smart-contract/README.md b/acceptance-tests/tests/simple-permissioning-smart-contract/README.md index 40dc739ed5..c6a92e2cff 100644 --- a/acceptance-tests/tests/simple-permissioning-smart-contract/README.md +++ b/acceptance-tests/tests/simple-permissioning-smart-contract/README.md @@ -18,7 +18,7 @@ cd acceptance-tests/simple-permissioning-smart-contract * Also this truffle.js uses address and private key generated by Ganache with default mnemonic "candy maple cake sugar pudding cream honey rich smooth crumble sweet treat" * To run the Truffle example with Besu, you need Besu running - * [check out and build Besu](../../README.md) + * [check out and build Besu](../../../README.md) * run Besu (either in IDE or via command line), with mining and RPC enabled. * Run Truffle migrate against Ganache