From fce3643e440a6d27d65ed9b1a4b8fabcac53151c Mon Sep 17 00:00:00 2001 From: skaunov <65976143+skaunov@users.noreply.github.com> Date: Wed, 8 Feb 2023 08:04:34 +0300 Subject: [PATCH] Link recover in `index.md` Unfortunately references via colons doesn't work currently. --- content/tutorial/wallets/particl-cli/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorial/wallets/particl-cli/index.md b/content/tutorial/wallets/particl-cli/index.md index 1edaa41..ad98d7d 100644 --- a/content/tutorial/wallets/particl-cli/index.md +++ b/content/tutorial/wallets/particl-cli/index.md @@ -69,7 +69,7 @@ Beware as every command starts with `./particl-cli ` (and NOT `./partic {{< hint info >}} If you see `Error: couldn't connect to server: unknown (code -1)`, you probably haven't started `./particld`.\ -You cannot run `./particld` in parallel with [Particl Core](tutorial:particl-core:) wallet. +You cannot run `./particld` in parallel with [Particl Core](https://particl.wiki/tutorial/wallets/particl-core/) wallet. {{< /hint >}} ### Informative @@ -120,4 +120,4 @@ e.g. `walletpassphrase “” 0 true` – unlocks the wallet forev - long password containing spaces should be “in quotes” - `0` = unlocked forever; 10 = for 10 seconds and so on -- `true` in the end toggles “for staking only”; if you want your wallet completely unlocked (for sending transactions etc.) you can leave it out \ No newline at end of file +- `true` in the end toggles “for staking only”; if you want your wallet completely unlocked (for sending transactions etc.) you can leave it out