From 6c7a9810ea96f4e70bdfd5e5f8a183bd36880cc7 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Wed, 24 May 2017 13:40:08 +0200 Subject: [PATCH] Link to docs on docs.rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8f119..f6367be 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Bson encoding and decoding is handled by the [bson crate](https://github.com/zon The API should still be considered experimental, but I'm not expecting changes at the moment. -[Documentation](http://thijsc.github.io/mongo-rust-driver/mongo_driver/) +[Documentation](https://docs.rs/mongo_driver/0.5.0/mongo_driver/) ## Compatibility