diff --git a/Cargo.toml b/Cargo.toml index db30e37..0cac00c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "lettre" version = "0.6.1" description = "Email client" readme = "README.md" -documentation = "https://lettre.github.io/lettre/" +documentation = "https://docs.rs/lettre/" repository = "https://github.com/lettre/lettre" license = "MIT" authors = ["Alexis Mousset "] diff --git a/README.md b/README.md index aabf5d0..ab23b5f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/mpwglemugjtkps2d/branch/master?svg=true)](https://ci.appveyor.com/project/amousset/lettre/branch/master) [![Coverage Status](https://coveralls.io/repos/github/lettre/lettre/badge.svg?branch=master)](https://coveralls.io/github/lettre/lettre?branch=master) [![Crate](https://img.shields.io/crates/v/lettre.svg)](https://crates.io/crates/lettre) +[![Docs](https://docs.rs/lettre/badge.svg)](https://docs.rs/lettre/) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Gitter](https://badges.gitter.im/lettre/lettre.svg)](https://gitter.im/lettre/lettre?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) @@ -21,10 +22,10 @@ Lettre provides the following features: Released versions: -* [latest](https://lettre.github.io/lettre/) -* [v0.6.1](https://lettre.github.io/lettre/v0.6.1/lettre/) -* [v0.6.0](https://lettre.github.io/lettre/v0.6.0/lettre/) -* [v0.5.1](https://lettre.github.io/lettre/v0.5.1/lettre/) +* [latest](https://docs.rs/lettre/) +* [v0.6.1](https://docs.rs/lettre/0.6.1/lettre/) +* [v0.6.0](https://docs.rs/lettre/0.6.0/lettre/) +* [v0.5.1](https://docs.rs/lettre/0.5.1/lettre/) Development version: