docs: update protobuf links (#22182)
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user