From c71e630ecc8d3d357a4ed48b09244716b04748be Mon Sep 17 00:00:00 2001
From: Ujjwal  Thakur <105385470+subgraphdev@users.noreply.github.com>
Date: Thu, 26 Oct 2023 17:48:56 +0530
Subject: [PATCH] Updated substreams.mdx  by fixing a link which was broken
 (#536)

The earlier link was giving 404 error which means "page not found". This was due to an incorrect path.
---
 website/pages/en/substreams.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/pages/en/substreams.mdx b/website/pages/en/substreams.mdx
index f82c6db288eb..2a06de8ac868 100644
--- a/website/pages/en/substreams.mdx
+++ b/website/pages/en/substreams.mdx
@@ -41,4 +41,4 @@ The official Substreams documentation is currently maintained by the StreamingFa
 
 ### Expand Your Knowledge
 
-- Take a look at the [Ethereum Explorer Tutorial](https://substreams.streamingfast.io/tutorials/overview/overview) to learn about the basic transformations you can create with Substreams.
+- Take a look at the [Ethereum Explorer Tutorial](https://substreams.streamingfast.io/tutorials/overview/) to learn about the basic transformations you can create with Substreams.