summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Mumford <cmumford@cmumford.com>2016-01-12 10:52:33 -0800
committerChris Mumford <cmumford@cmumford.com>2016-01-12 10:52:33 -0800
commit8ec241a3b0afa645b610be5b2cc06d8f6f88a12b (patch)
tree9c074d9058de2184879f22e07914ac2e9a398cd6 /README.md
parent5d36bedd1cd03022328620fcc3ab6b807e3d30df (diff)
parentedf2939c0d520ff1a0882af7272fcc691412cfbc (diff)
downloadleveldb-8ec241a3b0afa645b610be5b2cc06d8f6f88a12b.tar.gz
Merge pull request #317 from falvojr/patch-1
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2f18de..285654c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
* Multiple changes can be made in one atomic batch.
* Users can create a transient snapshot to get a consistent view of data.
* Forward and backward iteration is supported over the data.
- * Data is automatically compressed using the [Snappy compression library](http://code.google.com/p/snappy).
+ * Data is automatically compressed using the [Snappy compression library](http://google.github.io/snappy/).
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
# Documentation