Skip to content

Commit 8063739

Browse files
minor: add symlink for top-level README in driver directory (#1535)
1 parent f432941 commit 8063739

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "The official MongoDB driver for Rust"
33
keywords = ["mongo", "mongodb", "database", "bson", "nosql"]
44
categories = ["asynchronous", "database", "web-programming"]
55
homepage = "https://www.mongodb.com/docs/drivers/rust/"
6-
readme = "../README.md"
6+
readme = "README.md"
77
name = "mongodb"
88
version = "3.4.0"
99

driver/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

driver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc = include_str!("../../README.md")]
1+
#![doc = include_str!("../README.md")]
22
#![warn(
33
missing_docs,
44
rustdoc::missing_crate_level_docs,

0 commit comments

Comments
 (0)