From 0dfc4581a3e18393882c7526e8d4df613cec6a5e Mon Sep 17 00:00:00 2001 From: Philip Halsall Date: Fri, 14 May 2021 14:11:40 +0800 Subject: [PATCH] fix broken link, replace Set, fix callout --- .../03_command-reference/set/set-account-permission.md | 3 ++- .../03_command-reference/set/set-action-permission.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/02_cleos/03_command-reference/set/set-account-permission.md b/docs/02_cleos/03_command-reference/set/set-account-permission.md index 49b1e8de469..2a2c8bf5593 100755 --- a/docs/02_cleos/03_command-reference/set/set-account-permission.md +++ b/docs/02_cleos/03_command-reference/set/set-account-permission.md @@ -42,7 +42,8 @@ The following information shows the different positionals and options you can us ## Requirements * Install the currently supported version of `cleos`. -[[info | Note]] | `Cleos` is bundled with the EOSIO software. [Installing EOSIO](../../00_install/index.md) will also install the `cleos` and `keosd` comand line tools. +[[info | Note]] +| `Cleos` is bundled with the EOSIO software. [Installing EOSIO](../../../00_install/index.md) will also install the `cleos` and `keosd` comand line tools. * You have access to an EOSIO blockchain. * You have an EOSIO account and access to the account's private key. diff --git a/docs/02_cleos/03_command-reference/set/set-action-permission.md b/docs/02_cleos/03_command-reference/set/set-action-permission.md index e0ca1cb807c..0e3de9f2163 100755 --- a/docs/02_cleos/03_command-reference/set/set-action-permission.md +++ b/docs/02_cleos/03_command-reference/set/set-action-permission.md @@ -40,7 +40,8 @@ The following information shows the different positionals and options you can us ## Requirements * Install the currently supported version of `cleos`. -[[info | Note]] | `Cleos` is bundled with the EOSIO software. [Installing EOSIO](../../00_install/index.md) will also install the `cleos` and `keosd` comand line tools. +[[info | Note]] +| `Cleos` is bundled with the EOSIO software. [Installing EOSIO](../../../00_install/index.md) will also install the `cleos` and `keosd` comand line tools. * You have access to an EOSIO blockchain. * You have an EOSIO account and access to the account's private key. @@ -64,7 +65,7 @@ executed transaction: 4eb4cf3aea232d46e0e949bc273c3f0575be5bdba7b61851ab51d927cf # eosio <= eosio::linkauth {"account":"bob","code":"scontract1","type":"hi","requirement":"customp1"} ``` -2. permissions on a _bye_ action deployed to the _scontract1_ account so that the _bob_ account's `active` permission and _customp2_ permission are authorized: +2. Set permissions on a _bye_ action deployed to the _scontract1_ account so that the _bob_ account's `active` permission and _customp2_ permission are authorized: ```shell cleos set action permission bob scontract1 bye customp2 -p bob@active