We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d36bed + edf2939 commit 8ec241aCopy full SHA for 8ec241a
README.md
@@ -10,7 +10,7 @@ Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected])
10
* Multiple changes can be made in one atomic batch.
11
* Users can create a transient snapshot to get a consistent view of data.
12
* Forward and backward iteration is supported over the data.
13
- * 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/).
14
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
15
16
# Documentation
0 commit comments