Prepare documentation for v0.36.x backport branch. (#8705)

- Remove RFCs and ADRs from v0.36.x backport branch.
- Update branch-relative links.
This commit is contained in:
M. J. Fromberger
2022-06-07 09:42:46 -07:00
committed by GitHub
parent 6b2a6ed402
commit 783ab230d8
133 changed files with 34 additions and 17902 deletions

View File

@@ -331,7 +331,7 @@ func (app *KVStoreApplication) Query(reqQuery abcitypes.RequestQuery) (resQuery
```
The complete specification can be found
[here](https://github.com/tendermint/tendermint/tree/master/spec/abci/).
[here](https://github.com/tendermint/tendermint/blob/v0.36.x/spec/abci/).
## 1.4 Starting an application and a Tendermint Core instance in the same process

View File

@@ -328,7 +328,7 @@ func (app *KVStoreApplication) Query(reqQuery abcitypes.RequestQuery) (resQuery
```
The complete specification can be found
[here](https://github.com/tendermint/tendermint/tree/master/spec/abci/).
[here](https://github.com/tendermint/tendermint/blob/v0.36.x/spec/abci/).
## 1.4 Starting an application and a Tendermint Core instances