Skip to content

Commit

Permalink
Docs: fix broken links to permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
  • Loading branch information
lebdron committed Nov 22, 2019
1 parent 1659bce commit dae96e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/develop/api/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,9 @@ Validation

Three cases:

Case 1. When transaction creator wants to set account detail to other person's account and creator has permission `can_set_detail <../permissions.html#can-set-detail>`_.
Case 1. When transaction creator wants to set account detail to other person's account and creator has permission `can_set_detail <../api/permissions.html#can-set-detail>`_.

Case 2. `can_set_my_account_detail <../permissions.html#can-set-my-account-detail>`_ was granted to transaction creator in order to allow them to set account details of the target account.
Case 2. `can_set_my_account_detail <../api/permissions.html#can-set-my-account-detail>`_ was granted to transaction creator in order to allow them to set account details of the target account.

Case 3. When the account holder wants to set their own account details – no permission is needed in this case.

Expand Down

0 comments on commit dae96e0

Please sign in to comment.