Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Feb 14, 2025
1 parent 1963cee commit bd55511
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See the [Validator Walkthrough](../walkthroughs/validator_walkthrough.md) if you

## Prerequisites

1. **CLI**: Make sure to [install the `poktrolld` CLI](../tools/user_guide/poktrolld_cli.m)
1. **CLI**: Make sure to [install the `poktrolld` CLI](../../tools/user_guide/poktrolld_cli.md).
2. **Full Node**: Make sure you have followed the [Full Node Cheat Sheet](./full_node_cheatsheet.md) to install and run a Full Node first.

:::tip `poktroll` user
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/faq/validator_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Your Full Node must be fully synchronized before creating a Validator.
**Monitor and follow**:

- Upgrade notifications in [Pocket Network's Discord](https://discord.com/invite/pocket-network)
- The [latest recommended version](../../protocol/upgrades/upgrade_list.md) documentation
- The [latest recommended version](../../operate/upgrades/upgrade_list.md) documentation

## What security practices should I follow?

Expand Down
4 changes: 2 additions & 2 deletions docusaurus/docs/operate/walkthroughs/full_node_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Full Node (Docker)
sidebar_position: 3
---

# Run a Full Node using Docker <!-- omit in toc -->
## Run a Full Node using Docker <!-- omit in toc -->

- [What is a Full Node](#what-is-a-full-node)
- [Roles \& Responsibilities](#roles--responsibilities)
Expand Down Expand Up @@ -56,7 +56,7 @@ Please see the [Hardware Requirements](../configs/hardware_requirements.md#valid

## Docker Compose Example

Please refer to the `Deploying a Full Node` section in [Docker Compose Walkthrough](../walkthrough/docker_compose_walkthrough.md)
Please refer to the `Deploying a Full Node` section in [Docker Compose Walkthrough](../walkthroughs/full_node_docker.md) for instructions
on how to deploy a Full Node using `docker-compose`.

## Kubernetes Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ As a Validator, you'll be participating in the consensus of the network, validat

## Pre-Requisites & Requirements

1. **CLI**: Make sure to [install the `poktrolld` CLI](../tools/user_guide/poktrolld_cli.m)
1. **CLI**: Make sure to [install the `poktrolld` CLI](../../tools/user_guide/poktrolld_cli.md).
2. **Synched Full Node**: Ensure you have followed the [Full Node Walkthrough](./full_node_walkthrough.md) to install and run a Full Node. Your node must be fully synced with the network before proceeding.

Ensure your node is running and fully synchronized with the network. You can check the synchronization status by running:
Expand Down

0 comments on commit bd55511

Please sign in to comment.