aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/doc/impl.html
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2013-12-12 22:08:18 +0100
committerPieter Wuille <[email protected]>2013-12-12 22:08:18 +0100
commited873a301eeff8c021ba57c78fb702fd2b6f0452 (patch)
tree3fb5bcb91b8ceab464a50e63b6fce407eccb17e2 /src/leveldb/doc/impl.html
parentMerge pull request #3393 from theuni/build-10.6 (diff)
parentSquashed 'src/leveldb/' changes from 936b461..e991315 (diff)
downloaddiscoin-ed873a301eeff8c021ba57c78fb702fd2b6f0452.tar.xz
discoin-ed873a301eeff8c021ba57c78fb702fd2b6f0452.zip
Merge src/leveldb changes for LevelDB 1.15
Diffstat (limited to 'src/leveldb/doc/impl.html')
-rw-r--r--src/leveldb/doc/impl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leveldb/doc/impl.html b/src/leveldb/doc/impl.html
index e870795d2..28817fe0d 100644
--- a/src/leveldb/doc/impl.html
+++ b/src/leveldb/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.