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

Commit e76ffcb

Browse files
committed
Merge pull request #125 from kyeah/badge-docs
Update badges and docs link
2 parents 4be947c + 8b00cd8 commit e76ffcb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = ["Valeri Karpov <[email protected]>",
66
"Kevin Yeh <[email protected]>"]
77

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

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
![Travis](https://travis-ci.org/mongodbinc-interns/mongo-rust-driver-prototype.svg)
1+
[![Travis](https://travis-ci.org/mongodb-labs/mongo-rust-driver-prototype.svg)](https://travis-ci.org/mongodb-labs/mongo-rust-driver-prototype)
2+
[![Crates.io](https://img.shields.io/crates/v/mongodb.svg)](https://crates.io/crates/mongodb)
3+
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
24

35
MongoDB Rust Driver Prototype
46
=============================
@@ -68,4 +70,4 @@ fn main() {
6870
```
6971

7072
## Documentation
71-
Documentation is built using Cargo. Generated documentation using ```cargo doc``` can be found under the _target/doc/_ folder.
73+
Documentation is built using Cargo. The latest documentation can be found [here](https://mongodb-labs.github.io/mongo-rust-driver-prototype/mongodb). Generated documentation using ```cargo doc``` can be found under the _target/doc/_ folder.

0 commit comments

Comments
 (0)