diff --git a/doc/index.html b/doc/index.html index 8c0c9de5a6f..84c4d132a42 100644 --- a/doc/index.html +++ b/doc/index.html @@ -80,7 +80,7 @@

Atomic Updates

atomically apply a set of updates:

-  #include "leveldb/write_batch.h"
+  #include "rocksdb/write_batch.h"
   ...
   std::string value;
   rocksdb::Status s = db->Get(rocksdb::ReadOptions(), key1, &value);