summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Grogan <dgrogan@chromium.org>2013-09-19 13:42:22 -0700
committerDavid Grogan <dgrogan@chromium.org>2013-09-19 13:49:19 -0700
commit0b9a89f40efdd143fa1426e7d5cd997f67ba6361 (patch)
tree3513ea54d2152319766576a2953fcb53d5089753 /doc
parent748539c183453bdeaff1eb0da8ccf5adacb796e7 (diff)
downloadleveldb-0b9a89f40efdd143fa1426e7d5cd997f67ba6361.tar.gz
Release LevelDB 1.14v1.14
Fix issues 200, 201 Also, * Fix link to bigtable paper in docs. * New sstables will have the file extension .ldb. .sst files will continue to be recognized. * When building for iOS, use xcrun to execute the compiler. This may affect issue 177.
Diffstat (limited to 'doc')
-rw-r--r--doc/impl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/impl.html b/doc/impl.html
index e870795..28817fe 100644
--- a/doc/impl.html
+++ b/doc/impl.html
@@ -11,7 +11,7 @@
The implementation of leveldb is similar in spirit to the
representation of a single
-<a href="http://labs.google.com/papers/bigtable.html">
+<a href="http://research.google.com/archive/bigtable.html">
Bigtable tablet (section 5.3)</a>.
However the organization of the files that make up the representation
is somewhat different and is explained below.