Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Oct 21, 2024
1 parent f8b39df commit b4f9eb2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Account staking info:

### Epoch Setup Event

Alternatively, if you can monitor events, look for [the epoch setup event](../../../staking/05-epoch-scripts-events.md#epochsetup) that gets emitted by the epoch contract. That event is emitted at the end of epoch N's staking auction and contains a list of node IDs that are confirmed for the next epoch.
Alternatively, if you can monitor events, look for [the epoch setup event](../../../staking/05-epoch-scripts-events.md#flowepochepochsetup) that gets emitted by the epoch contract. That event is emitted at the end of epoch N's staking auction and contains a list of node IDs that are confirmed for the next epoch.

## Step 4 - Start Your Node

Expand Down
2 changes: 1 addition & 1 deletion docs/networks/node-ops/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Launch an access node using QuickNode

:::info

To run a self-hosted access node, follow this [guide](./access-onchain-data/access-nodes/access-node-setup.mdx)
To run a self-hosted access node, follow this [guide](./access-onchain-data/access-nodes/access-node-setup.md)

:::

Expand Down
4 changes: 2 additions & 2 deletions docs/networks/node-ops/node-operation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 1

Anyone can run an [observer node](../access-onchain-data/light-nodes/observer-node.md).

Anyone can run an Access Node after registering and staking. See [Access Node Setup](../access-onchain-data/access-nodes/access-node-setup.mdx) for detailed instructions.
Anyone can run an Access Node after registering and staking. See [Access Node Setup](../access-onchain-data/access-nodes/access-node-setup.md) for detailed instructions.

For the other node roles, individuals can go through an application process that involves asking about their background and experience contributing to decentralized projects. To pursue an application, please visit [the Flow website here to apply](https://www.onflow.org/node-validators).

Expand All @@ -19,7 +19,7 @@ In the long-term, anyone can run a node validator on Flow.

### How do I generate keys?

Please follow the instructions provided here: [Generate Your Node Keys](./node-bootstrap.md#generating-your-node-keys)
Please follow the instructions provided here: [Generate Your Node Keys](./node-bootstrap.md#generate-your-node-keys)

### How do I check on the status of my node?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Start the bootstrapping process by generating your Staking Key and Networking Ke

This command generates two keys, a Staking Key and a Network Key, and stores them both in a `.node-info` file. Both these keys are needed during runtime and must be present as a file to start your flow node.

For more details around all the keys that are needed to run nodes and their usage, see the [Node Keys](../node-bootstrap.md#generating-your-node-keys) overview.
For more details around all the keys that are needed to run nodes and their usage, see the [Node Keys](../node-bootstrap.md#generate-your-node-keys) overview.

The bootstrapping process will create a file structure similar to the following

Expand Down
2 changes: 1 addition & 1 deletion docs/networks/node-ops/node-operation/node-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: How to get started running a node on Flow
sidebar_position: 8
---

This guide is for getting a new node staked and running on Flow other than a permissionless Access node. For running a permissionless Access node see [Access node setup](../access-onchain-data/access-nodes/access-node-setup.mdx). For sporking documentation for existing node operators, see [Spork Process](./spork.md).
This guide is for getting a new node staked and running on Flow other than a permissionless Access node. For running a permissionless Access node see [Access node setup](../access-onchain-data/access-nodes/access-node-setup.md). For sporking documentation for existing node operators, see [Spork Process](./spork.md).

## Timing

Expand Down
2 changes: 1 addition & 1 deletion docs/networks/node-ops/node-operation/node-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 12
---

This guide is for running a Collection, Consensus, Verification and Execution node.
If you are planning to run an Access node then refer to [access node setup](../access-onchain-data/access-nodes/access-node-setup.mdx).
If you are planning to run an Access node then refer to [access node setup](../access-onchain-data/access-nodes/access-node-setup.md).

First you'll need to provision a machine or virtual machine to run your node software. Please see follow the [node-provisioning](./node-provisioning.md) guide for it.

Expand Down

0 comments on commit b4f9eb2

Please sign in to comment.