docs: update protobuf links (#22182)

This commit is contained in:
Wukingbow
2024-10-09 07:18:53 +00:00
committed by GitHub
parent 4aeb053925
commit f48fac3e50
12 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ A `query` is a request for information made by end-users of applications through
### gRPC Queries
Queries should be defined using [Protobuf services](https://developers.google.com/protocol-buffers/docs/proto#services). A `Query` service should be created per module in `query.proto`. This service lists endpoints starting with `rpc`.
Queries should be defined using [Protobuf services](https://protobuf.dev/programming-guides/proto2/). A `Query` service should be created per module in `query.proto`. This service lists endpoints starting with `rpc`.
Here's an example of such a `Query` service definition:
+1 -1
View File
@@ -52,7 +52,7 @@ https://github.com/cosmos/cosmos-sdk/blob/v0.50.0-alpha.0/api/cosmos/group/modul
```
:::note
Pulsar is optional. The official [`protoc-gen-go`](https://developers.google.com/protocol-buffers/docs/reference/go-generated) can be used as well.
Pulsar is optional. The official [`protoc-gen-go`](https://protobuf.dev/reference/go/go-generated/) can be used as well.
:::
## Dependency Definition