Commit fe7be35b authored by Fu Chen's avatar Fu Chen Committed by pingcap-github-bot

submodules: fix url (#403)

parent eb8d4817
[submodule "rocksdb"]
path = librocksdb_sys/rocksdb
url = https://github.com/pingcap/rocksdb.git
url = https://github.com/tikv/rocksdb.git
branch = 6.4.tikv
[submodule "titan"]
path = librocksdb_sys/libtitan_sys/titan
url = https://github.com/pingcap/titan.git
url = https://github.com/tikv/titan.git
branch = master
......@@ -40,7 +40,7 @@ $ cargo build
```rust
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
git = "https://github.com/tikv/rust-rocksdb.git"
```
###### Code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment