diff --git a/docs/account.md b/docs/account.md index f48fe986..b4a7e4de 100644 --- a/docs/account.md +++ b/docs/account.md @@ -455,9 +455,7 @@ assets may still be [slashed][slashing]. ### Public Key to Address {#from-public-key} `account from-public-key ` converts the Base64-encoded public key -to the [Oasis native address][address]. - -[address]: https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address +to the [Oasis native address]. ![code shell](../examples/account/from-public-key.in) @@ -475,6 +473,8 @@ signer's staking address on the network. ::: +[Oasis native address]: https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address + ### Non-Interactive Mode {#y} Add `-y` flag to any operation, if you want to use Oasis CLI in diff --git a/docs/rofl.md b/docs/rofl.md index a45cc17d..c29558cb 100644 --- a/docs/rofl.md +++ b/docs/rofl.md @@ -100,7 +100,7 @@ chapter for details. ::: -[ROFL Prerequisites]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/prerequisites.md +[ROFL Prerequisites]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/workflow/prerequisites.md [npa]: ./account.md#npa ## Secrets management {#secret} diff --git a/docs/wallet.md b/docs/wallet.md index 45251df6..7681cdda 100644 --- a/docs/wallet.md +++ b/docs/wallet.md @@ -59,7 +59,7 @@ mapping**. ## Create an Account {#create} -The `wallet create ` command is used add a new account into your Oasis +The `wallet create []` command is used add a new account into your Oasis CLI wallet by: - generating a new mnemonic and storing it into a file-based wallet, or