diff --git a/documentation/docs/pages/network/architecture/mixnet/nodes.mdx b/documentation/docs/pages/network/architecture/mixnet/nodes.mdx
index 96e645d6ea..8057b0bcab 100644
--- a/documentation/docs/pages/network/architecture/mixnet/nodes.mdx
+++ b/documentation/docs/pages/network/architecture/mixnet/nodes.mdx
@@ -4,7 +4,7 @@ import { Callout } from 'nextra/components'
-If you want to run a node, the setup and maintenance guides can be found in the [Operator Guides book](../../operators/index).
+If you want to run a node, the setup and maintenance guides can be found in the [Operator Guides book](../../../operators/introduction).
diff --git a/documentation/docs/pages/network/architecture/nyx/validator.mdx b/documentation/docs/pages/network/architecture/nyx/validator.mdx
index 7ed8116664..86cc2fd65f 100644
--- a/documentation/docs/pages/network/architecture/nyx/validator.mdx
+++ b/documentation/docs/pages/network/architecture/nyx/validator.mdx
@@ -3,7 +3,7 @@ import { Callout } from 'nextra/components'
# Validators
-The validator setup and maintenance guide has moved to the [Operator Guides book](../../operators/index).
+ The validator setup and maintenance guide has moved to the [Operator Guides book](../../../operators/introduction).
Validators secure the Nyx blockchain via Proof of Stake consensus. The Nyx blockchain records the ledger of `NYM` transactions and executes the smart contracts for distributing `NYM` rewards. The Nyx validators are run via the `nyxd` binary ([codebase](https://github.com/nymtech/nyxd)), maintaining a CosmWasm- and IBC-enabled blockchain.