aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/doc/impl.html
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-12-17 09:50:18 +0100
committerWladimir J. van der Laan <[email protected]>2013-12-17 09:50:39 +0100
commitcf920b657d11b0913ef5b16d0a07ff860ae36aaf (patch)
treea264d3b70d47acf8f7dbff57d22c926cfdb85d19 /src/leveldb/doc/impl.html
parentMerge pull request #3431 (diff)
parentMerge src/leveldb changes for LevelDB 1.15 (diff)
downloaddiscoin-cf920b657d11b0913ef5b16d0a07ff860ae36aaf.tar.xz
discoin-cf920b657d11b0913ef5b16d0a07ff860ae36aaf.zip
Merge pull request #3405
55c6890 Squashed 'src/leveldb/' changes from 936b461..e991315 (Pieter Wuille)
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.