summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Mumford <cmumford@google.com>2019-06-12 16:21:55 -0700
committerChris Mumford <cmumford@google.com>2019-06-13 15:20:12 -0700
commit046216a7ca6fb17a40cf8aa5598d90c825212a3d (patch)
tree7362a91a9576a08d49126be1f560be2ae8d93a0b /doc
parent9ee91ac747ddf26f484d54f9aa474ccc4a2e0359 (diff)
downloadleveldb-046216a7ca6fb17a40cf8aa5598d90c825212a3d.tar.gz
Add "leveldb" subdirectory to public include paths.
The documentation (README.md and index.md) referred to the public headers using an incorrect path - fixing. PiperOrigin-RevId: 252922925
Diffstat (limited to 'doc')
-rw-r--r--doc/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.md b/doc/index.md
index ea4609d..3d9a258 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -307,7 +307,7 @@ version numbers found in the keys to decide how to interpret them.
## Performance
Performance can be tuned by changing the default values of the types defined in
-`include/leveldb/options.h`.
+`include/options.h`.
### Block size