From a1bd593800b88b62f04b4c29a9e91592f150a406 Mon Sep 17 00:00:00 2001 From: yuntai Date: Sat, 21 Jul 2018 01:09:47 +0900 Subject: [PATCH] [Simple] Fix a broken link in doc/table_of_contents (#1279) * [Simple] Fix a broken link in doc/table_of_contents --- doc/table_of_contents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/table_of_contents.md b/doc/table_of_contents.md index 41cb03bb9..0d61209db 100644 --- a/doc/table_of_contents.md +++ b/doc/table_of_contents.md @@ -9,7 +9,7 @@ - [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 - [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 - [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