From aecf0b3c572f7d5fc224f180940dc09ef25f0aa7 Mon Sep 17 00:00:00 2001 From: Dima K Date: Mon, 20 May 2024 17:38:27 -0700 Subject: [PATCH] [Docs][Quickfix] Fix broken links (#541) --- docusaurus/docs/operate/user_guide/check-balance.md | 2 +- docusaurus/docs/operate/user_guide/create-new-wallet.md | 2 +- docusaurus/docs/operate/user_guide/recover-with-mnemonic.md | 2 +- docusaurus/docs/operate/user_guide/send-tokens.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus/docs/operate/user_guide/check-balance.md b/docusaurus/docs/operate/user_guide/check-balance.md index eec0bead4..eb264c485 100644 --- a/docusaurus/docs/operate/user_guide/check-balance.md +++ b/docusaurus/docs/operate/user_guide/check-balance.md @@ -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 diff --git a/docusaurus/docs/operate/user_guide/create-new-wallet.md b/docusaurus/docs/operate/user_guide/create-new-wallet.md index c4af97c58..ee07a1b67 100644 --- a/docusaurus/docs/operate/user_guide/create-new-wallet.md +++ b/docusaurus/docs/operate/user_guide/create-new-wallet.md @@ -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 diff --git a/docusaurus/docs/operate/user_guide/recover-with-mnemonic.md b/docusaurus/docs/operate/user_guide/recover-with-mnemonic.md index aaf2011d0..4086fb2f6 100644 --- a/docusaurus/docs/operate/user_guide/recover-with-mnemonic.md +++ b/docusaurus/docs/operate/user_guide/recover-with-mnemonic.md @@ -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 diff --git a/docusaurus/docs/operate/user_guide/send-tokens.md b/docusaurus/docs/operate/user_guide/send-tokens.md index f585708c4..80e8d588c 100644 --- a/docusaurus/docs/operate/user_guide/send-tokens.md +++ b/docusaurus/docs/operate/user_guide/send-tokens.md @@ -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