From d04798741d1bcb8eb27bb2c0e9242cdbcb62488f Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Sat, 21 Dec 2024 13:21:03 -0500 Subject: [PATCH] Fixed link --- .../solana/explore-solana/explore-solana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new/how-to-guides/develop-your-own-substreams/solana/explore-solana/explore-solana.md b/docs/new/how-to-guides/develop-your-own-substreams/solana/explore-solana/explore-solana.md index 5e5b0857..c1ea0be2 100644 --- a/docs/new/how-to-guides/develop-your-own-substreams/solana/explore-solana/explore-solana.md +++ b/docs/new/how-to-guides/develop-your-own-substreams/solana/explore-solana/explore-solana.md @@ -13,7 +13,7 @@ git clone https://github.com/streamingfast/substreams-explorers ### The Substreams CLI -The Substreams CLI allows you to run, package, and visualize your Substreams. Make sure you have the CLI installed by following this [simple tutorial](../../../common/installing-the-cli.md). +The Substreams CLI allows you to run, package, and visualize your Substreams. Make sure you have the CLI installed by following the [Install Substreams CLI](../../../references/cli/installing-the-cli.md) instructions or use our [Dev Container](../../../references/devcontainer-ref.md) to setup your environment. ### Substreams Basics