From 8417ade603064b5f27bcc422fa1f40ef6d851def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Fri, 26 Sep 2025 09:52:48 +0200 Subject: [PATCH 1/2] docs: Fix link to new ROFL build chapter --- docs/account.md | 6 +++--- docs/rofl.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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} From bce0facd0e0f2670b4040759376a135682f9f0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Mon, 17 Nov 2025 18:08:06 +0100 Subject: [PATCH 2/2] docs/wallet: Make optional for the create command --- docs/wallet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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