Update absolute links in v0.35.x to reference that branch. (#7870)

This commit is contained in:
M. J. Fromberger
2022-02-21 04:27:57 -08:00
committed by GitHub
parent cf7e440e68
commit ca1a4d5b5f
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ as `abci-cli` above. The kvstore just stores transactions in a merkle
tree.
Its code can be found
[here](https://github.com/tendermint/tendermint/blob/master/abci/cmd/abci-cli/abci-cli.go)
[here](https://github.com/tendermint/tendermint/blob/v0.35.x/abci/cmd/abci-cli/abci-cli.go)
and looks like:
```go