docs: update protobuf links (backport #22182) (#22186)

Co-authored-by: Wukingbow <389092100@qq.com>
This commit is contained in:
mergify[bot]
2024-10-09 09:37:49 +02:00
committed by GitHub
co-authored by Wukingbow
parent c3a6f35f80
commit 601a75a22b
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