Skip to content

Commit d0883b6

Browse files
committed
Fixed path to doc file: index.md.
Prior index.html was using rawgit.com which doesn't process Markdown and therefore only serves the markdown source. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148902180
1 parent 7fa2094 commit d0883b6

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
@@ -16,7 +16,7 @@ Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected])
1616
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
1717

1818
# Documentation
19-
[LevelDB library documentation](https://rawgit.com/google/leveldb/master/doc/index.md) is online and bundled with the source code.
19+
[LevelDB library documentation](https://github.com/google/leveldb/blob/master/doc/index.md) is online and bundled with the source code.
2020

2121

2222
# Limitations

0 commit comments

Comments
 (0)