Skip to content

Commit a11e2d6

Browse files
authored
RUST-1775 Update link on README to mongodb.com (#987)
1 parent bb8df38 commit a11e2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
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.
55

6-
For more detailed documentation, see [the manual](https://mongodb.github.io/mongo-rust-driver/manual/).
6+
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.
77

88
## Index
99
- [Installation](#installation)

0 commit comments

Comments
 (0)