From 7dc3d59085ed045c54bb66244c41835d0063f1b5 Mon Sep 17 00:00:00 2001 From: Michael Macaulay <56690114+MichaelMacaulay@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:03:26 -0500 Subject: [PATCH] Fixing links --- website/pages/en/substreams/introduction.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/pages/en/substreams/introduction.mdx b/website/pages/en/substreams/introduction.mdx index 4fd0efb697aa..eb129c21a495 100644 --- a/website/pages/en/substreams/introduction.mdx +++ b/website/pages/en/substreams/introduction.mdx @@ -30,7 +30,7 @@ Substreams is a powerful blockchain indexing technology designed to enhance perf 3. **The WASM container is sent to a Substreams endpoint for execution.** The Substreams provider feeds the WASM container with the blockchain data and the transformations are applied. -4. **You select a [sink](https://substreams.streamingfast.io/documentation/consume/other-sinks), a place where you want to send the transformed data** (a Postgres database or a Subgraph, for example). +4. **You select a [sink](https://docs.substreams.dev/how-to-guides/sinks), a place where you want to send the transformed data** (a Postgres database or a Subgraph, for example). ## Substreams Documentation @@ -40,12 +40,12 @@ To learn about the latest version of Substreams CLI, which enables developers to ### Getting Started -- In order to develop and deploy a Substreams, [you must install the Substreams CLI](https://substreams.streamingfast.io/documentation/consume/installing-the-cli). -- Then, run your first Substreams by following the [Quickstart Tutorial](https://substreams.streamingfast.io/documentation/develop/init-project). +- In order to develop and deploy a Substreams, [you must install the Substreams CLI](https://docs.substreams.dev/reference-material/substreams-cli/installing-the-cli). +- Then, run your first Substreams by following the [Quickstart Tutorial](https://docs.substreams.dev/getting-started). ### Expand Your Knowledge -- Take a look at the [Ethereum Explorer Tutorial](https://substreams.streamingfast.io/tutorials/evm) to learn about the basic transformations you can create with Substreams. +- Take a look at the [Ethereum Explorer Tutorial](https://docs.substreams.dev/tutorials/intro-to-tutorials/evm) to learn about the basic transformations you can create with Substreams. ### Substreams Registry