From a19ee8f2aace6a747074a1bb37470225397118fc Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 18 Mar 2025 16:23:22 +0000 Subject: [PATCH] fix accidental localhost link (#5643) --- documentation/docs/pages/operators/nodes/nym-node/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/pages/operators/nodes/nym-node/setup.mdx b/documentation/docs/pages/operators/nodes/nym-node/setup.mdx index 6d4a09b4b6..76ff8b8ede 100644 --- a/documentation/docs/pages/operators/nodes/nym-node/setup.mdx +++ b/documentation/docs/pages/operators/nodes/nym-node/setup.mdx @@ -44,7 +44,7 @@ From `nym-node v1.3.0` operators can choose multiple functionalities for their ` ### Mixnet Routing -***Mixnet mode (5-hop) is the full anonymising option of NymVPN. Read more about the Mixnet architecture [here](http://localhost:3000/docs/network/architecture)*** +***Mixnet mode (5-hop) is the full anonymising option of NymVPN. Read more about the Mixnet architecture [here](../../../network/architecture)*** Nym Node has three functionalities in the Mixnet: `entry-gateway`, `mixnode` and `exit-gateway`. These are selected with a flag `--mode ` alongside `nym-node` command `run` .