From fa1b5582999f3ec73bdebe9e7819648742070bd1 Mon Sep 17 00:00:00 2001 From: xinbenlv Date: Mon, 1 Apr 2019 18:16:26 -0700 Subject: [PATCH] Add LevelDB repository link in the Readme Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/5134 Differential Revision: D14719068 Pulled By: siying fbshipit-source-id: c09a544f06ff414dbe2f90792aaf2bb5b8550bee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51ea1b691..f1bc0c05f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![PPC64le Build Status](http://140.211.168.68:8080/buildStatus/icon?job=Rocksdb)](http://140.211.168.68:8080/job/Rocksdb) RocksDB is developed and maintained by Facebook Database Engineering Team. -It is built on earlier work on LevelDB by Sanjay Ghemawat (sanjay@google.com) +It is built on earlier work on [LevelDB](https://github.com/google/leveldb) by Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com) This code is a library that forms the core building block for a fast