Skip to content

Commit

Permalink
RUST-1775 Update link on README to mongodb.com (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs authored Nov 2, 2023
1 parent bb8df38 commit a11e2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a11e2d6

Please sign in to comment.