Removing reference to doc/impl.html

This commit is contained in:
Igor Canadi 2013-12-02 11:51:20 -08:00
parent 43d073dff0
commit 0b5b81a154

4
README
View File

@ -16,8 +16,8 @@ The core of this code has been derived from open-source leveldb.
The code under this directory implements a system for maintaining a
persistent key/value store.
See doc/index.html for more explanation.
See doc/impl.html for a brief overview of the implementation.
See doc/index.html and github wiki (https://github.com/facebook/rocksdb/wiki)
for more explanation.
The public interface is in include/*. Callers should not include or
rely on the details of any other header files in this package. Those