From 13322a09cff9ae1df030ec388566d45688a00cb5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Feb 2025 11:29:41 -0600 Subject: [PATCH] fix broken link on how to run a node --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc15e4ad..81f0a68e1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Get started at https://docs.hiro.so/clarinet/getting-started The docker image `hirosystems/stacks-blockchain-api` is recommended when running the API in a mainnet or testnet environment. -Note that this image cannot be ran standalone. Other services need to be configured correctly and running. For more information see https://docs.hiro.so/stacks-blockchain-api/how-to-guides/how-to-run-api-node +Note that this image cannot be ran standalone. Other services need to be configured correctly and running. For more information check out [this guide on how to run a node](https://docs.stacks.co/guides-and-tutorials/nodes-and-miners). ## Development quick start