From 5d7e1fbdd084ecb9de01e0522898cbbb7c70ea71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20=C3=81lvarez?= Date: Fri, 27 Oct 2023 19:34:50 +0200 Subject: [PATCH] Fix links --- docs/tutorials/eth-calls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/eth-calls.md b/docs/tutorials/eth-calls.md index bbe19c129..083621e2f 100644 --- a/docs/tutorials/eth-calls.md +++ b/docs/tutorials/eth-calls.md @@ -12,8 +12,8 @@ The USDT smart contract exposes a read function called `decimals`. ## Pre-requisites -- You have some knowledge about Substreams ([modules](https://substreams.streamingfast.io/concepts-and-fundamentals/modules) and [fundamentals](https://substreams.streamingfast.io/concepts-and-fundamentals/fundamentals)). -- You have the latest version of the [CLI](https://substreams.streamingfast.io/getting-started/installing-the-cli) installed. +- You have some knowledge about Substreams ([modules](/concepts-and-fundamentals/modules) and [fundamentals](/concepts-and-fundamentals/fundamentals)). +- You have the latest version of the [CLI](/getting-started/installing-the-cli) installed. ## Querying on EthScan