summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2020-12-17 09:05:33 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2020-12-19 20:07:38 +0200
commit532be8530678a95da46354037d61a504c290403d (patch)
tree04983b7c7735f0ab2d78b1086602aa1dc32e898d /README.md
parent6721eda0b46654d3531b4a0a00c90dc659b337d6 (diff)
downloadleveldb-532be8530678a95da46354037d61a504c290403d.tar.gz
Fix insecure links
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 28d29c1..81144dd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,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://google.github.io/snappy/).
+ * Data is automatically compressed using the [Snappy compression library](https://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