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
+2 -2
View File
@@ -101,7 +101,7 @@ rm -rf ./build/node*
## Configuring ABCI containers
To use your own ABCI applications with 4-node setup edit the [docker-compose.yaml](https://github.com/tendermint/tendermint/blob/master/docker-compose.yml) file and add image to your ABCI application.
To use your own ABCI applications with 4-node setup edit the [docker-compose.yaml](https://github.com/tendermint/tendermint/blob/v0.35.x/docker-compose.yml) file and add image to your ABCI application.
```yml
abci0:
@@ -150,7 +150,7 @@ To use your own ABCI applications with 4-node setup edit the [docker-compose.yam
```
Override the [command](https://github.com/tendermint/tendermint/blob/master/networks/local/localnode/Dockerfile#L12) in each node to connect to it's ABCI.
Override the [command](https://github.com/tendermint/tendermint/blob/v0.35.x/networks/local/localnode/Dockerfile#L12) in each node to connect to it's ABCI.
```yml
node0: