fix docs links (#2352)

This commit is contained in:
xiaoping
2018-09-10 10:42:48 +04:00
committed by Anton Kaliaev
parent a57aae7072
commit dea4e96f66
11 changed files with 34 additions and 16 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ similarly derived.
### IAVL+ Tree
Because Tendermint only uses a Simple Merkle Tree, application developers are expect to use their own Merkle tree in their applications. For example, the IAVL+ Tree - an immutable self-balancing binary tree for persisting application state is used by the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/blob/develop/docs/core/multistore.md)
Because Tendermint only uses a Simple Merkle Tree, application developers are expect to use their own Merkle tree in their applications. For example, the IAVL+ Tree - an immutable self-balancing binary tree for persisting application state is used by the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/blob/develop/docs/sdk/core/multistore.md)
## JSON