Skip to content

Commit

Permalink
Update CONTRIBUTING.md link
Browse files Browse the repository at this point in the history
  • Loading branch information
Wukingbow authored Oct 3, 2024
1 parent 80726f7 commit 7d87b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ When extracting a package to its own go modules, some extra steps are required,

## Protobuf

We use [Protocol Buffers](https://developers.google.com/protocol-buffers) along with [gogoproto](https://github.com/cosmos/gogoproto) to generate code for use in Cosmos SDK.
We use [Protocol Buffers](https://protobuf.dev) along with [gogoproto](https://github.com/cosmos/gogoproto) to generate code for use in Cosmos SDK.

For deterministic behavior around Protobuf tooling, everything is containerized using Docker. Make sure to have Docker installed on your machine, or head to [Docker's website](https://docs.docker.com/get-docker/) to install it.
For deterministic behavior around Protobuf tooling, everything is containerized using Docker. Make sure to have Docker installed on your machine, or head to [Docker's website](https://docs.docker.com/get-started/get-docker/) to install it.

For formatting code in `.proto` files, you can run `make proto-format` command.

Expand Down

0 comments on commit 7d87b6b

Please sign in to comment.