summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2017-03-01 10:25:05 -0800
committerChris Mumford <cmumford@chromium.org>2017-03-01 10:28:56 -0800
commitd0883b6006f92534dbcbea9268cb7a3cf9a13ccd (patch)
tree12a36e2b7119c1d88c9225d4b48074f163495529 /README.md
parent7fa20948d5a92d0e4b62486ed49e82814fa7bd6d (diff)
downloadleveldb-d0883b6006f92534dbcbea9268cb7a3cf9a13ccd.tar.gz
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d600c5f..a010c50 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
# Documentation
- [LevelDB library documentation](https://rawgit.com/google/leveldb/master/doc/index.md) is online and bundled with the source code.
+ [LevelDB library documentation](https://github.com/google/leveldb/blob/master/doc/index.md) is online and bundled with the source code.
# Limitations