From b674a9a9d26ba4f2c868d19b070b3b61eaf9e372 Mon Sep 17 00:00:00 2001 From: Olga Telezhnaya Date: Thu, 26 Sep 2024 16:56:32 +0100 Subject: [PATCH] Fix links (#108) * Fix links * Fix links --- docs/validator/validator-bootcamp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validator/validator-bootcamp.md b/docs/validator/validator-bootcamp.md index 0dc97d5..ea55e90 100644 --- a/docs/validator/validator-bootcamp.md +++ b/docs/validator/validator-bootcamp.md @@ -165,7 +165,7 @@ In this lesson you will learn about: * Config file (config.json) ### Server Requirements -For Block Producing Validators, please refer to the [`Validator Hardware`](/validator/hardware) +For Block Producing Validators, please refer to the [`Validator Hardware`](hardware-validator.md) For Chunk-Only Producers (an upcoming role on NEAR), please see the hardware requirement below: | Hardware | Chunk-Only Producer Specifications | @@ -178,7 +178,7 @@ For Chunk-Only Producers (an upcoming role on NEAR), please see the hardware req ### Install required software & set the configuration #### Prerequisites: -Before you start, you may want to confirm that your machine has the right CPU features. For more hardware specific information, please take a look of the [Hardware requirement](/validator/hardware). +Before you start, you may want to confirm that your machine has the right CPU features. For more hardware specific information, please take a look of the [Hardware requirement](hardware-validator.md). ``` lscpu | grep -P '(?=.*avx )(?=.*sse4.2 )(?=.*cx16 )(?=.*popcnt )' > /dev/null \