Skip to content

Commit 61749d6

Browse files
authored
Merge pull request #621 from oasisprotocol/matevz/docs/rofl-revamp2
docs: Fix link to new ROFL build chapter
2 parents 26c1a84 + bce0fac commit 61749d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,7 @@ assets may still be [slashed][slashing].
455455
### Public Key to Address {#from-public-key}
456456

457457
`account from-public-key <public_key>` converts the Base64-encoded public key
458-
to the [Oasis native address][address].
459-
460-
[address]: https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address
458+
to the [Oasis native address].
461459

462460
![code shell](../examples/account/from-public-key.in)
463461

@@ -475,6 +473,8 @@ signer's staking address on the network.
475473

476474
:::
477475

476+
[Oasis native address]: https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address
477+
478478
### Non-Interactive Mode {#y}
479479

480480
Add `-y` flag to any operation, if you want to use Oasis CLI in

docs/rofl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ chapter for details.
100100

101101
:::
102102

103-
[ROFL Prerequisites]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/prerequisites.md
103+
[ROFL Prerequisites]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/workflow/prerequisites.md
104104
[npa]: ./account.md#npa
105105

106106
## Secrets management {#secret}

docs/wallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mapping**.
5959

6060
## Create an Account {#create}
6161

62-
The `wallet create <name>` command is used add a new account into your Oasis
62+
The `wallet create [<name>]` command is used add a new account into your Oasis
6363
CLI wallet by:
6464

6565
- generating a new mnemonic and storing it into a file-based wallet, or

0 commit comments

Comments
 (0)