Update absolute links in v0.33.x to reference that branch. (#7887)

This commit is contained in:
M. J. Fromberger
2022-02-21 05:06:13 -08:00
committed by GitHub
parent a341fc8c2e
commit 6f28dd89fd
5 changed files with 11 additions and 11 deletions

View File

@@ -66,7 +66,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.33.x/abci/cmd/abci-cli/abci-cli.go)
and looks like:
```
@@ -223,7 +223,7 @@ Now that we've got the hang of it, let's try another application, the
"counter" app.
Like the kvstore app, 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.33.x/abci/cmd/abci-cli/abci-cli.go)
and looks like:
```