Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed broken links #1816

Merged
merged 1 commit into from
May 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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