summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mumford <cmumford@cmumford.com>2015-12-09 15:04:30 -0800
committerChris Mumford <cmumford@cmumford.com>2015-12-09 15:04:30 -0800
commite2446d08481f6e2be3579a89ea3c772995846f17 (patch)
tree2bb7d60b19430c1b1dfe6856062beedd1ecb6da0
parent706b7f8d43b0aecdc75c5ee49d3e4ef5f27b9faf (diff)
parent0e0f07417ca859da1fe3965984b581a1b75e9021 (diff)
downloadleveldb-e2446d08481f6e2be3579a89ea3c772995846f17.tar.gz
Merge pull request #275 from paulirish/patch-1
readme: improved documentation link
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 480affb..36cec63 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
* Forward and backward iteration is supported over the data.
* Data is automatically compressed using the [Snappy compression library](http://code.google.com/p/snappy).
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
- * [Detailed documentation](http://htmlpreview.github.io/?https://github.com/google/leveldb/blob/master/doc/index.html) about how to use the library is included with the source code.
+
+# Documentation
+ [LevelDB library documentation](https://rawgit.com/google/leveldb/master/doc/index.html) is online and bundled with the source code.
# Limitations