From c644c4d07c04f363b5c120ad388d02478041363c Mon Sep 17 00:00:00 2001 From: Khanh Hoa <49144992+hoanguyenkh@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:15:44 +0700 Subject: [PATCH] docs(x/authz): fix broken link (#20194) --- x/authz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/authz/README.md b/x/authz/README.md index 5c40338f47..5e5263055c 100644 --- a/x/authz/README.md +++ b/x/authz/README.md @@ -174,7 +174,7 @@ NOTE: The `MsgExec` message removes a grant if the grant has expired. The `MsgRevokeAll` message revokes all grants issued by the specified granter. This is useful for quickly removing all authorizations granted by a single granter without specifying individual message types or grantees. ```protobuf reference -https://github.com/cosmos/cosmos-sdk/tree/main/proto/cosmos/authz/v1beta1/tx.proto#L91-L97 +https://github.com/cosmos/cosmos-sdk/tree/main/x/authz/proto/cosmos/authz/v1beta1/tx.proto#L93-L100 ``` The message handling should fail if: