[Simple] Fix a broken link in doc/table_of_contents (#1279)

* [Simple] Fix a broken link in doc/table_of_contents
This commit is contained in:
yuntai 2018-07-21 01:09:47 +09:00 committed by Quentin Le Sceller
parent 80f82eecc1
commit a1bd593800

View file

@ -9,7 +9,7 @@
- [blocks_and_headers](chain/blocks_and_headers.md) - How Grin tracks blocks and headers on the chain - [blocks_and_headers](chain/blocks_and_headers.md) - How Grin tracks blocks and headers on the chain
- [contractideas](contractideas.md) - Ideas on how to implement contracts - [contractideas](contractideas.md) - Ideas on how to implement contracts
- [dandelion/dandelion](dandelion/dandelion.md) - About transaction propagation and cut-through. Stemming and fluffing! - [dandelion/dandelion](dandelion/dandelion.md) - About transaction propagation and cut-through. Stemming and fluffing!
- [dandelion/simulating](dandelion/simulating.md) - Dandelium simulation - aggregating transaction without lock_height Stemming and fluffing! - [dandelion/simulation](dandelion/simulation.md) - Dandelion simulation - aggregating transaction without lock_height Stemming and fluffing!
- [internal/pool](internal/pool.md) - Technical explanation of the transaction pool - [internal/pool](internal/pool.md) - Technical explanation of the transaction pool
- [merkle](merkle.md) - Technical explanation of grin's favorite kind of merkle trees - [merkle](merkle.md) - Technical explanation of grin's favorite kind of merkle trees
- [merkle_proof graph](merkle_proof/merkle_proof.png) - Example merkle proof with pruning applied - [merkle_proof graph](merkle_proof/merkle_proof.png) - Example merkle proof with pruning applied