From a52a4e0952fa59f36c3b88e8219bff75cb3142a1 Mon Sep 17 00:00:00 2001 From: Barnaby Date: Fri, 13 Jun 2014 14:11:10 -0700 Subject: [PATCH] Update README.md Moved doc/index.html to wiki --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fabced9a61..c30845c7de 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ single database. Start with example usage here: https://github.com/facebook/rocksdb/tree/master/examples -See [doc/index.html](https://github.com/facebook/rocksdb/blob/master/doc/index.html) and -[github wiki](https://github.com/facebook/rocksdb/wiki) for more explanation. +See the [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