Skip to content

Commit 0e0f074

Browse files
committed
documentation. improved link
1 parent c85addc commit 0e0f074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
1212
* Forward and backward iteration is supported over the data.
1313
* Data is automatically compressed using the [Snappy compression library](http://code.google.com/p/snappy).
1414
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
15-
* [Detailed documentation](https://rawgit.com/google/leveldb/master/doc/index.html) about how to use the library is included with the source code.
15+
16+
# Documentation
17+
[LevelDB library documentation](https://rawgit.com/google/leveldb/master/doc/index.html) is online and bundled with the source code.
1618

1719

1820
# Limitations

0 commit comments

Comments
 (0)