diff --git a/docs/src/cli/generate-keys.md b/docs/src/cli/generate-keys.md index b47ec1ba45..66af4d2cb3 100644 --- a/docs/src/cli/generate-keys.md +++ b/docs/src/cli/generate-keys.md @@ -5,7 +5,7 @@ and verify you control its private key. Before you begin, you will need to: * [Install the Solana Tool Suite](install-solana-cli-tools.md) -* [Choose a wallet](cli-wallets.md) +* [Choose a Command-line wallet](../wallet/cli-wallets.md) ## Generate an FS Wallet Keypair diff --git a/docs/src/cli/transfer-tokens.md b/docs/src/cli/transfer-tokens.md index 9900a3e348..b0182f065c 100644 --- a/docs/src/cli/transfer-tokens.md +++ b/docs/src/cli/transfer-tokens.md @@ -6,7 +6,7 @@ To receive tokens, you will need an address for others to send tokens to. In Solana, an address is the public key of a keypair. There are a variety of techniques for generating keypairs. The method you choose will depend on how you choose to store keypairs. Keypairs are stored in wallets. Before receiving -tokens, you will need to [choose a wallet](cli-wallets.md) and +tokens, you will need to [choose a wallet](../wallet/cli-wallets.md) and [generate keys](generate-keys.md). Once completed, you should have a public key for each keypair you generated. The public key is a long string of base58 characters. Its length varies from 32 to 44 characters.