You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
10
10
* Multiple changes can be made in one atomic batch.
11
11
* Users can create a transient snapshot to get a consistent view of data.
12
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).
13
+
* Data is automatically compressed using the [Snappy compression library](http://google.github.io/snappy/).
14
14
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
15
15
*[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.
0 commit comments