From 712b76e1700958fe14ebed781350b3aeb1b8a191 Mon Sep 17 00:00:00 2001 From: "harry m. k." Date: Sat, 26 Oct 2024 21:59:11 +0800 Subject: [PATCH] docs: fix run-in-prod hyperlink (#22373) --- docs/user/run-node/06-run-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/run-node/06-run-production.md b/docs/user/run-node/06-run-production.md index 807ceea56e..73e669e888 100644 --- a/docs/user/run-node/06-run-production.md +++ b/docs/user/run-node/06-run-production.md @@ -11,7 +11,7 @@ This section describes how to securely run a node in a public setting and/or on When operating a node, full node or validator, in production it is important to set your server up securely. :::note -There are many different ways to secure a server and your node, the described steps here is one way. To see another way of setting up a server see the [run in production tutorial](https://tutorials.cosmos.network/hands-on-exercise/5-run-in-prod/1-overview.html). +There are many different ways to secure a server and your node, the described steps here is one way. To see another way of setting up a server see the [run in production tutorial](https://tutorials.cosmos.network/hands-on-exercise/4-run-in-prod). ::: :::note