Skip to content

Commit

Permalink
Fix links (#108)
Browse files Browse the repository at this point in the history
* Fix links

* Fix links
  • Loading branch information
telezhnaya authored Sep 26, 2024
1 parent 3087f31 commit b674a9a
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`](hardware-validator.md)
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](hardware-validator.md).

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

0 comments on commit b674a9a

Please sign in to comment.