Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 762489f

Browse files
committed
Update docs links
1 parent 83ce987 commit 762489f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Valeri Karpov <[email protected]>",
77

88
description = "An experimental MongoDB driver written by MongoDB interns."
99
repository = "https://github.com/mongodb-labs/mongo-rust-driver-prototype"
10-
documentation = "https://mongodb-labs.github.io/mongo-rust-driver-prototype/mongodb"
10+
documentation = "https://docs.rs/mongodb"
1111
readme = "README.md"
1212
keywords = ["mongo", "mongodb", "database", "bson", "nosql"]
1313
license = "Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! Each server within a MongoDB server set is maintained by the driver with a separate connection
8888
//! pool. By default, each pool has a maximum of 5 concurrent open connections.
8989
90-
#[doc(html_root_url = "https://mongodbinc-interns.github.io/mongo-rust-driver-prototype")]
90+
#[doc(html_root_url = "https://docs.rs/mongodb")]
9191
#[macro_use(bson, doc)]
9292
extern crate bson;
9393
extern crate byteorder;

0 commit comments

Comments
 (0)