We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4852f commit 2e8e8a7Copy full SHA for 2e8e8a7
store/streaming/abci/README.md
@@ -27,7 +27,7 @@ To generate the stubs the local client implementation can call, run the followin
27
make proto-gen
28
```
29
30
-For other languages you'll need to [download](https://github.com/cosmos/cosmos-sdk/blob/main/third_party/proto/README.md)
+For other languages you'll need to [download](https://github.com/cosmos/cosmos-sdk/blob/main/proto/README.md)
31
the CosmosSDK protos into your project and compile. For language specific compilation instructions visit
32
[https://github.com/grpc](https://github.com/grpc) and look in the `examples` folder of your
33
language of choice `https://github.com/grpc/grpc-{language}/tree/master/examples` and [https://grpc.io](https://grpc.io)
0 commit comments