update docs links & sidebar (#2541)

* docs: fix links

* docs: add readme from each section to the sidebar
This commit is contained in:
Zach
2018-10-04 17:22:41 -04:00
committed by Ethan Buchman
parent 12675ecd92
commit 303649818c
8 changed files with 22 additions and 19 deletions

View File

@ -20,7 +20,7 @@ method via Websocket.
}
```
Check out [API docs](https://tendermint.github.io/slate/#subscribe) for
Check out [API docs](https://tendermint.com/rpc/) for
more information on query syntax and other options.
You can also use tags, given you had included them into DeliverTx
@ -32,7 +32,7 @@ transactions](./indexing-transactions.md) for details.
When validator set changes, ValidatorSetUpdates event is published. The
event carries a list of pubkey/power pairs. The list is the same
Tendermint receives from ABCI application (see [EndBlock
section](https://tendermint.com/docs/app-dev/abci-spec.html#endblock) in
section](../spec/abci/abci.md#endblock) in
the ABCI spec).
Response: