Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush <[email protected]>
  • Loading branch information
ayush4345 committed May 5, 2023
1 parent 8976188 commit 2b7ced3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ then have a look at [transactions](transactions.md).

[indy-sdk](https://github.com/hyperledger/indy-sdk) expects the format as specified below.

See [roles and permissions](https://github.com/hyperledger/indy-node/blob/master/docs/source/auth_rules.md) on the roles and who can create each type of transactions.
See [roles and permissions](auth_rules.md) on the roles and who can create each type of transactions.

## Common Request Structure

Expand Down Expand Up @@ -2276,7 +2276,7 @@ A client will receive NACK for
- a request with incorrect format;
- a request with "ADD" action, but with "old_value";
- a request with "EDIT" action without "old_value";
- a request with a key that is not in the [auth_rule](auth_rule.md).
- a request with a key that is not in the auth_rule;

The following input parameters must match an auth rule from the [auth_rules.md](auth_rules.md):
- `auth_type` (string enum)
Expand Down

0 comments on commit 2b7ced3

Please sign in to comment.