Skip to content

Commit 2e8e8a7

Browse files
authored
docs: fix CosmosSDK protos path (#24935)
1 parent 5d4852f commit 2e8e8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/streaming/abci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To generate the stubs the local client implementation can call, run the followin
2727
make proto-gen
2828
```
2929

30-
For other languages you'll need to [download](https://github.com/cosmos/cosmos-sdk/blob/main/third_party/proto/README.md)
30+
For other languages you'll need to [download](https://github.com/cosmos/cosmos-sdk/blob/main/proto/README.md)
3131
the CosmosSDK protos into your project and compile. For language specific compilation instructions visit
3232
[https://github.com/grpc](https://github.com/grpc) and look in the `examples` folder of your
3333
language of choice `https://github.com/grpc/grpc-{language}/tree/master/examples` and [https://grpc.io](https://grpc.io)

0 commit comments

Comments
 (0)