Skip to content

Commit

Permalink
doc: fix link for proto-gen (#22111)
Browse files Browse the repository at this point in the history
  • Loading branch information
GINMEL authored Oct 3, 2024
1 parent dda9679 commit 2df9e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/v2/streaming/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To generate the stubs the local client implementation can call, run the followin
make proto-gen
```

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#generate)
the CosmosSDK protos into your project and compile. For language specific compilation instructions visit
[https://github.com/grpc](https://github.com/grpc) and look in the `examples` folder of your
language of choice `https://github.com/grpc/grpc-{language}/tree/master/examples` and [https://grpc.io](https://grpc.io)
Expand Down
2 changes: 1 addition & 1 deletion store/streaming/abci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To generate the stubs the local client implementation can call, run the followin
make proto-gen
```

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#generate)
the CosmosSDK protos into your project and compile. For language specific compilation instructions visit
[https://github.com/grpc](https://github.com/grpc) and look in the `examples` folder of your
language of choice `https://github.com/grpc/grpc-{language}/tree/master/examples` and [https://grpc.io](https://grpc.io)
Expand Down

0 comments on commit 2df9e30

Please sign in to comment.