From ac033af33bfdf6d7c2948747ced0c2b577f454ff Mon Sep 17 00:00:00 2001 From: Zoro Date: Fri, 17 Jan 2025 17:08:57 +0800 Subject: [PATCH] docs: fix autocli for non module commands example code link (#23407) --- client/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/v2/README.md b/client/v2/README.md index 8d0c973309..2c50e2f803 100644 --- a/client/v2/README.md +++ b/client/v2/README.md @@ -252,7 +252,7 @@ It is possible to use `AutoCLI` for non module commands. The trick is still to i For example, here is how the SDK does it for `cometbft` gRPC commands: ```go reference -https://github.com/cosmos/cosmos-sdk/blob/main/client/grpc/cmtservice/autocli.go#L52-L71 +https://github.com/cosmos/cosmos-sdk/blob/release/v0.52.x/client/grpc/cmtservice/autocli.go#L52-L71 ``` #### Conventions for the `Use` field in Cobra