From e7d7059d1a02f29643172e2645a34dfece268519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Thu, 7 Mar 2024 10:31:47 -0300 Subject: [PATCH] Update cli.md --- docs/4.tools/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4.tools/cli.md b/docs/4.tools/cli.md index 651bdae6dd4..60a6bcce101 100644 --- a/docs/4.tools/cli.md +++ b/docs/4.tools/cli.md @@ -388,7 +388,7 @@ Implicit account: 9c07afc7673ea0f9a20c8a279e8bbe1dd1e283254263bb3b07403e4b6fd7a4 #### 4a) `near generate-key --queryLedgerPK` -> Uses a connected Ledger device to display a public key and [implicit account](http://docs.near.org/docs/roles/integrator/implicit-accounts) using the default HD path (`"44'/397'/0'/0'/1'"`) +> Uses a connected Ledger device to display a public key and [implicit account](http://docs.near.org/integrator/implicit-accounts) using the default HD path (`"44'/397'/0'/0'/1'"`) ```bash near generate-key --queryLedgerPK @@ -417,7 +417,7 @@ Implicit account: 42c320xc20739fd9a6bqf2f89z61rd14efe5d3de234199bc771235a4bb8b0e #### 3b) `near generate-key --queryLedgerPK --ledgerPath="HD path you specify"` -> Uses a connected Ledger device to display a public key and [implicit account](http://docs.near.org/docs/roles/integrator/implicit-accounts) using a custom HD path. +> Uses a connected Ledger device to display a public key and [implicit account](http://docs.near.org/integrator/implicit-accounts) using a custom HD path. ```bash near generate-key --queryLedgerPK --ledgerPath="44'/397'/0'/0'/2'"