From 30d9351943ebc3046999fadea7440f1da5dd66dd Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 6 Jan 2021 12:04:46 +0100 Subject: [PATCH] Add missing reference --- evaluations/ipfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evaluations/ipfs.md b/evaluations/ipfs.md index 7f6c1d8..a03010d 100644 --- a/evaluations/ipfs.md +++ b/evaluations/ipfs.md @@ -37,5 +37,5 @@ Dagger. It is not meant to be a criticism of IPFS. - IPFS uses variable size blocks instead of fixed-size chunks (§3.6) - Supporting version control directly in IPFS feels like an unnecessary complication (§3.6.5) -- Handles mutable state by hacking it into the routing DHT, instead of using a - separate mutable naming system like ENS \ No newline at end of file +- Handles mutable state by hacking it into the routing DHT (§3.7.1), instead of + using a separate mutable naming system like ENS \ No newline at end of file