From 77c82b576c9b30a80ddf10e50767503fc999a947 Mon Sep 17 00:00:00 2001 From: Stu Small Date: Sun, 4 Jun 2017 14:14:58 -0600 Subject: [PATCH] Update documentation links to point to the latest version on docs.rs --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91c73e7..0111dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" authors = ["Thijs Cadier "] description = "Mongo Rust driver built on top of the Mongo C driver" readme = "README.md" -documentation = "http://thijsc.github.io/mongo-rust-driver/mongo_driver/" +documentation = "https://docs.rs/mongo_driver/" repository = "https://github.com/thijsc/mongo-rust-driver" keywords = ["mongodb", "database"] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index f23a89c..7df1af5 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](https://docs.rs/mongo_driver/0.6.0/mongo_driver/) +[Documentation](https://docs.rs/mongo_driver/) ## Compatibility