Skip to content

Commit

Permalink
[Docs][Quickfix] Fix broken links (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas authored May 21, 2024
1 parent 9cff729 commit aecf0b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/user_guide/check-balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ balance using the `poktrolld` command-line interface (CLI).

## Pre-requisites

1. `poktrolld` is installed on your system; see the [installation guide](./install-poktrolld) for more details
1. `poktrolld` is installed on your system; see the [installation guide](./install) for more details
2. You have the address of the wallet you wish to check
3. You know the token denomination you wish to check; `upokt` for POKT tokens

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/user_guide/create-new-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ refer to the [Cosmos SDK Keyring documentation](https://docs.cosmos.network/main

Ensure you have `poktrolld` installed on your system.

Follow the [installation guide](./install-poktrolld) specific to your operating system.
Follow the [installation guide](./install) specific to your operating system.

## Step 2: Creating the Wallet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ seed phrase, recovering your account is straightforward!
## Pre-requisites

- You have the mnemonic seed phrase of the wallet you wish to recover
- `poktrolld` is installed on your system; see the [installation guide](./install-poktrolld) for more details
- `poktrolld` is installed on your system; see the [installation guide](./install) for more details

## Step 1: Prepare to Recover Your Wallet

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/user_guide/send-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pocket Network using the `poktrolld` command-line interface (CLI).

## Pre-requisites

1. `poktrolld` is installed on your system; see the [installation guide](./install-poktrolld) for more details
1. `poktrolld` is installed on your system; see the [installation guide](./install) for more details
2. You have access to your wallet with sufficient tokens for the transaction and fees
3. You have the recipient's address

Expand Down

0 comments on commit aecf0b3

Please sign in to comment.