aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChia-liang Kao <clkao@clkao.org>2016-06-19 18:02:17 +0800
committerChia-liang Kao <clkao@clkao.org>2016-06-19 18:02:17 +0800
commit712027d9d8599c63b0d8157d8fbb7ab36f77e197 (patch)
tree21cf9b8854f6f4f4c18a6fdb0cd6ad4807ebb43c
parent4baadff03cb2cf34b1dbdadbfcbd8b2de359585e (diff)
downloaddat-docs-712027d9d8599c63b0d8157d8fbb7ab36f77e197.tar.gz
dat-docs-712027d9d8599c63b0d8157d8fbb7ab36f77e197.zip
use githubusercontent link
-rw-r--r--how-dat-works.md2
1 files changed, 1 insertions, 1 deletions
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.