Update README.md

Change docs link
This commit is contained in:
Nick Cameron 2020-10-23 11:50:54 +13:00 committed by GitHub
parent d3cecad351
commit 20666c84e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# TiKV Client (Rust)
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/tikv/client-rust)
[![Documentation](https://docs.rs/tikv-client/badge.svg)](https://docs.rs/tikv-client/)
[Docs](https://www.tikv.dev/doc/rust-client/tikv_client/)
> Currently this crate is experimental and some portions (e.g. the Transactional API) are still in active development. You're encouraged to use this library for testing and to help us find problems!