From a7e573104a8e02a0e95f72ca2d70f74bea587cfb Mon Sep 17 00:00:00 2001 From: Ujjwal Thakur <105385470+subgraphdev@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:42:10 +0530 Subject: [PATCH] Updated substreams.mdx by fixing a link which was broken 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.