Update absolute links in v0.34.x to reference that branch. (#7871)

This commit is contained in:
M. J. Fromberger
2022-02-21 04:36:57 -08:00
committed by GitHub
parent 89bb82617a
commit 6a14fc2105
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -63,7 +63,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.34.x/abci/cmd/abci-cli/abci-cli.go)
and looks like:
```go
@@ -220,7 +220,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.34.x/abci/cmd/abci-cli/abci-cli.go)
and looks like:
```go