From c85addcdf36849ea892cef37efde5d8791e3a7f4 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sat, 10 Jan 2015 17:36:40 -0800 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 480affb..38f7805 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1