From 863466c1f447ecd300a33617b697f7a3fc1bfc62 Mon Sep 17 00:00:00 2001 From: babyhalimao Date: Thu, 16 Jan 2025 10:19:51 +0800 Subject: [PATCH] docs: fix autocli for non module commands example code link --- 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 8d0c97330906..2c50e2f803a7 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