From 2b7ced35617d3653b9551d5f8529ca231e33b492 Mon Sep 17 00:00:00 2001 From: Ayush Date: Fri, 5 May 2023 15:42:17 +0000 Subject: [PATCH] fixed broken links Signed-off-by: Ayush --- docs/source/requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/requests.md b/docs/source/requests.md index eaba18f04..ce76c4eab 100644 --- a/docs/source/requests.md +++ b/docs/source/requests.md @@ -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 @@ -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)