Skip to content

Commit 8ec241a

Browse files
committed
Merge pull request bitcoin#317 from falvojr/patch-1
Update README.md
2 parents 5d36bed + edf2939 commit 8ec241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected])
1010
* Multiple changes can be made in one atomic batch.
1111
* Users can create a transient snapshot to get a consistent view of data.
1212
* 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/).
1414
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
1515

1616
# Documentation

0 commit comments

Comments
 (0)