From 3d1d80ae2c41fcc0f2c4845ef8630d9d79996273 Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Fri, 14 Aug 2015 14:01:45 -0700 Subject: [PATCH] Fixed link to BigTable paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6832952..c97b1d7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An SSTable implementation for Haskell. In its infancy, but supports the basic functionality, including efficient range scans. -SSTables are described in the [the Bigtable paper](http://labs.google.com/papers/bigtable-osdi06.pdf) +SSTables are described in the [the Bigtable paper](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf) # Data layout