From cb116054273f29dcc3f017d0c216911cfb2a6594 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:21:43 +0100 Subject: [PATCH] docs: fix autocli for non module commands example code link (backport #23407) (#23434) Co-authored-by: Zoro --- 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 0176733c2f67..cf9136726b7c 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