From 7cb3149f7b480f351a5a71415a4c0484ffdace81 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 11 Oct 2024 16:47:10 +0200 Subject: [PATCH] fixed link --- documentation/docs/pages/network/architecture/mixnet/nodes.mdx | 2 +- documentation/docs/pages/network/architecture/nyx/validator.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.