Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links #108

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading