From e8c0ec53e6e068ec3cb7c30bbb9a84cf9e91596d Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 29 Jul 2020 23:06:04 -0600 Subject: [PATCH] Fix wallet links (#11284) Co-authored-by: publish-docs.sh --- docs/src/wallet-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/wallet-guide.md b/docs/src/wallet-guide.md index e084160378..dbc7ab22dd 100644 --- a/docs/src/wallet-guide.md +++ b/docs/src/wallet-guide.md @@ -53,10 +53,10 @@ Solana supports several types of wallets in the Solana native command-line app as well as wallets from third-parties. For the majority of users, we recommend using one of the -[app wallets](apps.md), which will provide a more familiar user +[app wallets](wallet-guide/apps.md), which will provide a more familiar user experience rather than needing to learn command line tools. -For advanced users or developers, the [command-line wallets](cli.md) +For advanced users or developers, the [command-line wallets](wallet-guide/cli.md) may be more appropriate, as new features on the Solana blockchain will always be supported on the command line first before being integrated into third-party solutions.