From ee7a44b2943c23dbf08ec8dbd514ef9b6494f2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20=C3=81lvarez?= Date: Fri, 27 Oct 2023 19:28:01 +0200 Subject: [PATCH] Fix path --- docs/SUMMARY.md | 2 +- docs/tutorials/eth-calls.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index a6dcbb829..f9aa20c98 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -32,7 +32,7 @@ * [Mapping Blocks](tutorials/exploring-ethereum/map_block_meta_module.md) * [Filtering Transactions](tutorials/exploring-ethereum/map_filter_transactions_module.md) * [Retrieving Events of a Smart Contract](tutorials/exploring-ethereum/map_contract_events_module.md) -* [Making eth_calls](tutorials/tutorials/eth-calls.md) +* [Making eth_calls](tutorials/eth-calls.md) * [Rust](tutorials/rust/overview.md) * [The Option struct](tutorials/rust/option.md) * [The Result struct](tutorials/rust/result.md) diff --git a/docs/tutorials/eth-calls.md b/docs/tutorials/eth-calls.md index fe03249f9..bbe19c129 100644 --- a/docs/tutorials/eth-calls.md +++ b/docs/tutorials/eth-calls.md @@ -155,7 +155,7 @@ fn map_events(blk: eth::Block) -> Result