Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
telezhnaya committed Sep 26, 2024
1 parent 3087f31 commit 794ef54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/validator/validator-bootcamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`](/validator/hardware-validator)
For Chunk-Only Producers (an upcoming role on NEAR), please see the hardware requirement below:

| Hardware | Chunk-Only Producer Specifications |
Expand All @@ -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](/validator/hardware-validator).

```
lscpu | grep -P '(?=.*avx )(?=.*sse4.2 )(?=.*cx16 )(?=.*popcnt )' > /dev/null \
Expand Down

0 comments on commit 794ef54

Please sign in to comment.