From a11e2d6d8447187752199052f199a29c2b36bbb8 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 2 Nov 2023 19:36:30 +0000 Subject: [PATCH] RUST-1775 Update link on README to mongodb.com (#987) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b49ba4d..15d92f1a9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains the officially supported MongoDB Rust driver, a client side library that can be used to interact with MongoDB deployments in Rust applications. It uses the [`bson`](https://docs.rs/bson/latest) crate for BSON support. The driver contains a fully async API that supports either [`tokio`](https://crates.io/crates/tokio) (default) or [`async-std`](https://crates.io/crates/async-std), depending on the feature flags set. The driver also has a sync API that may be enabled via feature flags. -For more detailed documentation, see [the manual](https://mongodb.github.io/mongo-rust-driver/manual/). +For more detailed documentation, see https://www.mongodb.com/docs/drivers/rust/current/. This documentation includes detailed content about features, runnable examples, troubleshooting resources, and more. ## Index - [Installation](#installation)