summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVenilton FalvoJr <venilton.falvo@gmail.com>2015-11-23 16:24:16 -0200
committerVenilton FalvoJr <venilton.falvo@gmail.com>2015-11-23 16:24:16 -0200
commitedf2939c0d520ff1a0882af7272fcc691412cfbc (patch)
treed214854012f8bde06d04291ecc4401021e004beb /README.md
parent77948e7eec0613fb5cbecb7e320b9498607030b5 (diff)
downloadleveldb-edf2939c0d520ff1a0882af7272fcc691412cfbc.tar.gz
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 480affb..20241e8 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.
* [Detailed documentation](http://htmlpreview.github.io/?https://github.com/google/leveldb/blob/master/doc/index.html) about how to use the library is included with the source code.