From 57d10dcbe5e8eb3502d483b8782ccb231b8873f4 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Wed, 17 Jul 2024 15:38:03 +0200 Subject: [PATCH 1/3] Fix link to hornet and sandbox docs --- docs/maintain/wasp/v1.3/docs/how-tos/running-a-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..b3976794d81 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,8 @@ 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 -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) +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) ::: From bec0b9eacd2d32458418745cc7bd7f340f39514c Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Wed, 17 Jul 2024 15:39:23 +0200 Subject: [PATCH 2/3] Fix hornet and sandbox links --- docs/maintain/wasp/v1.1/docs/how-tos/running-a-node.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 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) ::: From 355250c5667a64702fc7910d8ac629f3cdbc136d Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Wed, 17 Jul 2024 15:40:46 +0200 Subject: [PATCH 3/3] Update running-a-node.md --- docs/maintain/wasp/v1.3/docs/how-tos/running-a-node.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 b3976794d81..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 @@ -29,6 +29,8 @@ We recommend that you run the docker image on a server with: Clone and follow the instructions on the [node-docker-setup repo](/hornet/how_tos/using_docker). -:::note +:::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) + :::