diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-12-17 09:50:18 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-12-17 09:50:39 +0100 |
| commit | cf920b657d11b0913ef5b16d0a07ff860ae36aaf (patch) | |
| tree | a264d3b70d47acf8f7dbff57d22c926cfdb85d19 /src/leveldb/doc/impl.html | |
| parent | Merge pull request #3431 (diff) | |
| parent | Merge src/leveldb changes for LevelDB 1.15 (diff) | |
| download | discoin-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.html | 2 |
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. |