From 712027d9d8599c63b0d8157d8fbb7ab36f77e197 Mon Sep 17 00:00:00 2001 From: Chia-liang Kao Date: Sun, 19 Jun 2016 18:02:17 +0800 Subject: use githubusercontent link --- how-dat-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-dat-works.md b/how-dat-works.md index af39055..520174e 100644 --- a/how-dat-works.md +++ b/how-dat-works.md @@ -36,7 +36,7 @@ Here's the long version: Hyperdrive shares and synchronizes a set of files, similar to rsync or Dropbox. For each file in the drive we use a technique called Rabin fingerprinting to break the file up into pieces. Rabin fingerprints are a specific strategy for what is called Content Defined Chunking. Here's an example: -![cdc diagram](meta/cdc.png) +![cdc diagram](https://raw.githubusercontent.com/datproject/docs/master/meta/cdc.png) We have configured our Rabin chunker to produce chunks that are around 16KB on average. So if you share a folder containing a single 1MB JPG you will get around 64 chunks. -- cgit v1.2.3