docs/spec/abci: consensus params and general merkle (#2524)

* docs: links to dirs need a slash

* docs/spec/abci: consensus params and general merkle
This commit is contained in:
Ethan Buchman
2018-09-30 15:08:01 -04:00
committed by GitHub
parent 52e21cebcf
commit ccd04587ff
4 changed files with 80 additions and 7 deletions

View File

@@ -14,10 +14,10 @@ Tendermint?](introduction/what-is-tendermint.md).
To get started quickly with an example application, see the [quick start guide](introduction/quick-start.md).
To learn about application development on Tendermint, see the [Application Blockchain Interface](spec/abci).
To learn about application development on Tendermint, see the [Application Blockchain Interface](spec/abci/).
For more details on using Tendermint, see the respective documentation for
[Tendermint Core](tendermint-core), [benchmarking and monitoring](tools), and [network deployments](networks).
[Tendermint Core](tendermint-core/), [benchmarking and monitoring](tools/), and [network deployments](networks/).
## Contribute