diff options
author | Paul Irish <paul.irish@gmail.com> | 2015-01-10 17:36:40 -0800 |
---|---|---|
committer | Paul Irish <paul.irish@gmail.com> | 2015-01-10 17:36:40 -0800 |
commit | c85addcdf36849ea892cef37efde5d8791e3a7f4 (patch) | |
tree | 39fa651030f0aa003427943334557d88154193fc | |
parent | 77948e7eec0613fb5cbecb7e320b9498607030b5 (diff) | |
download | leveldb-c85addcdf36849ea892cef37efde5d8791e3a7f4.tar.gz |
readme: improved documentation link
This replaces htmlpreview with [rawgit](http://rawgit.com/).
rawgit is faster and doesnt use JS to render the page, making it SEO friendly.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ 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. + * [Detailed documentation](https://rawgit.com/google/leveldb/master/doc/index.html) about how to use the library is included with the source code. # Limitations |