fixed link

This commit is contained in:
mfahampshire
2024-10-11 16:47:10 +02:00
parent f113a9fe32
commit 7cb3149f7b
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ import { Callout } from 'nextra/components'
<Callout type="info" emoji="️">
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).
</Callout>
@@ -3,7 +3,7 @@ import { Callout } from 'nextra/components'
# Validators
<Callout type="info" emoji="️">
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).
</Callout>
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.