diff --git a/client/v2/README.md b/client/v2/README.md index dee206d93b..96c5359ff6 100644 --- a/client/v2/README.md +++ b/client/v2/README.md @@ -206,7 +206,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/julien/autocli-comet/client/grpc/cmtservice/autocli.go#L52-L71 +https://github.com/cosmos/cosmos-sdk/blob/main/client/grpc/cmtservice/autocli.go#L52-L71 ``` ## Summary