Skip to content

Commit c85addc

Browse files
committed
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.
1 parent 77948e7 commit c85addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected])
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](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.
15+
* [Detailed documentation](https://rawgit.com/google/leveldb/master/doc/index.html) about how to use the library is included with the source code.
1616

1717

1818
# Limitations

0 commit comments

Comments
 (0)