Fix broken link in paper wallet docs (#7388)

automerge
This commit is contained in:
Justin Starry 2019-12-09 16:26:49 -08:00 committed by Grimes
parent c02a14c798
commit d4d246bfd1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ protect against this scenario.
All that is needed to check an account balance is the public key of an account. All that is needed to check an account balance is the public key of an account.
To retrieve public keys securely from a paper wallet, follow the To retrieve public keys securely from a paper wallet, follow the
[Public Key Derivation](keypair#public-key-derivation) instructions on an [Public Key Derivation](keypair.md#public-key-derivation) instructions on an
[air gapped computer](https://en.wikipedia.org/wiki/Air_gap_\(networking\)). [air gapped computer](https://en.wikipedia.org/wiki/Air_gap_\(networking\)).
Public keys can then be typed manually or transferred via a USB stick into a Public keys can then be typed manually or transferred via a USB stick into a
networked machine. networked machine.