Skip to content

Commit 438414d

Browse files
committed
resolving links
1 parent 9959ea2 commit 438414d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/network/0-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Discover suitable options for your needs on the [Flare Wallets](https://flare.ne
353353

354354
## Consensus mechanism
355355

356-
- **Consensus Protocol:** Snowman++ (from [Avalanche](https://build.avax.network/docs/quick-start)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
356+
- **Consensus Protocol:** Snowman++ (from [Avalanche](https://build.avax.network/docs/primary-network)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
357357

358358
- **Sybil resistance mechanism:** Proof-of-Stake (PoS)
359359

docs/network/4-consensus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CodeBlock from "@theme/CodeBlock";
1111
import ThemedImage from "@theme/ThemedImage";
1212
import useBaseUrl from "@docusaurus/useBaseUrl";
1313

14-
The consensus protocol running on all Flare networks is Snowman++, introduced by [Avalanche](https://build.avax.network/docs/quick-start).
14+
The consensus protocol running on all Flare networks is Snowman++, introduced by [Avalanche](https://build.avax.network/docs/primary-network).
1515
This runs on both the P- and C-chains.
1616

1717
<div style={{ textAlign: "center", margin: "30px 0" }}>

docs/run-node/2-from-source.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ These are some of the most relevant CLI parameters you can use. Read more about
202202

203203
#### Sample JSON configuration:
204204

205-
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
205+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/avalanche-l1s/subnet-evm).
206206
Note that the default values are overridden only if specified in the given config file.
207207
Only provide values which differ from the defaults to avoid issues with future updates.
208208

docs/run-node/3-using-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Mounting these allows you to manage them directly without entering the container
105105
```
106106

107107
2. **Create configuration file:** Create a `config.json` file. This example provides a standard configuration for a public RPC node.
108-
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
108+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/avalanche-l1s/subnet-evm).
109109
Note that the default values are overridden only if specified in the given config file.
110110
Only provide values which differ from the defaults to avoid issues with future updates.
111111

docs/run-node/4-register-validator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Failure to implement these measures significantly increases the risk to your nod
6767

6868
As described in [Secure the node](#secure-the-node), a validator node should have minimal APIs enabled.
6969
Below is a sample `config.json` demonstrating a secure configuration with limited `eth-apis` and disabled admin APIs:
70-
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
70+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/avalanche-l1s/subnet-evm).
7171
Note that the default values are overridden only if specified in the given config file.
7272
Only provide values which differ from the defaults to avoid issues with future updates.
7373

0 commit comments

Comments
 (0)