From 7e4181e5a3210774492d60df3557516ea994dc07 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Wed, 17 Jul 2024 16:05:34 +0200 Subject: [PATCH] Fix links to Hornet and Sandbox in Wasp --- docs/maintain/wasp/v1.1/docs/how-tos/running-a-node.md | 8 +++++--- docs/maintain/wasp/v1.3/docs/how-tos/running-a-node.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/maintain/wasp/v1.1/docs/how-tos/running-a-node.md b/docs/maintain/wasp/v1.1/docs/how-tos/running-a-node.md index 79b1f5040f2..6f92e839b84 100644 --- a/docs/maintain/wasp/v1.1/docs/how-tos/running-a-node.md +++ b/docs/maintain/wasp/v1.1/docs/how-tos/running-a-node.md @@ -27,8 +27,10 @@ We recommend that you run the docker image on a server with: ## Set Up -Clone and follow the instructions on the [node-docker-setup repo](https://github.com/iotaledger/node-docker-setup). +Clone and follow the instructions on the [node-docker-setup repo](/hornet/how_tos/using_docker). + +:::note IOTA Sandbox + +This is aimed at production-ready deployment. If you're looking to spawn a local node for testing/development, please see the [IOTA Sandbox](/iota-sandbox/welcome) -:::note -This is aimed at production-ready deployment. If you're looking to spawn a local node for testing/development, please see the [local-setup](https://github.com/iotaledger/wasp/tree/develop/tools/local-setup) ::: diff --git a/docs/maintain/wasp/v1.3/docs/how-tos/running-a-node.md b/docs/maintain/wasp/v1.3/docs/how-tos/running-a-node.md index 79b1f5040f2..6f92e839b84 100644 --- a/docs/maintain/wasp/v1.3/docs/how-tos/running-a-node.md +++ b/docs/maintain/wasp/v1.3/docs/how-tos/running-a-node.md @@ -27,8 +27,10 @@ We recommend that you run the docker image on a server with: ## Set Up -Clone and follow the instructions on the [node-docker-setup repo](https://github.com/iotaledger/node-docker-setup). +Clone and follow the instructions on the [node-docker-setup repo](/hornet/how_tos/using_docker). + +:::note IOTA Sandbox + +This is aimed at production-ready deployment. If you're looking to spawn a local node for testing/development, please see the [IOTA Sandbox](/iota-sandbox/welcome) -:::note -This is aimed at production-ready deployment. If you're looking to spawn a local node for testing/development, please see the [local-setup](https://github.com/iotaledger/wasp/tree/develop/tools/local-setup) :::