Skip to content

Commit

Permalink
docs: Updated links to .proto files
Browse files Browse the repository at this point in the history
Going forward, these will be in the cometbft domain and versioned.
  • Loading branch information
mzabaluev committed Apr 3, 2023
1 parent 1e3d662 commit bd5ef6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/go-built-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ go build
CometBFT communicates with the application through the Application
BlockChain Interface (ABCI). The messages exchanged through the interface are
defined in the ABCI [protobuf
file](https://github.com/cometbft/cometbft/blob/v0.37.x/proto/tendermint/abci/types.proto).
file](https://github.com/cometbft/cometbft/blob/main/proto/cometbft/abci/v3/types.proto).

We begin by creating the basic scaffolding for an ABCI application by
creating a new type, `KVStoreApplication`, which implements the
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ go build
CometBFT communicates with the application through the Application
BlockChain Interface (ABCI). The messages exchanged through the interface are
defined in the ABCI [protobuf
file](https://github.com/cometbft/cometbft/blob/v0.37.x/proto/tendermint/abci/types.proto).
file](https://github.com/cometbft/cometbft/blob/main/proto/cometbft/abci/v3/types.proto).

We begin by creating the basic scaffolding for an ABCI application by
creating a new type, `KVStoreApplication`, which implements the
Expand Down

0 comments on commit bd5ef6a

Please sign in to comment.