From 1e46ac860089aee4804ed501e30fb0ca35a2e9fa Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 19 Oct 2014 03:15:17 +0200 Subject: [PATCH] Fix the link for documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b93ced3..61cf7d2 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ If you're using `Cargo`, just add this to your `Cargo.toml`: git = "https://github.com/amousset/rust-smtp.git" ``` -Otherwise, just clone this repo and run `cargo build`. +Otherwise, clone this repo and run `cargo build`. Documentation ------------- -The documentation is available on [GitHub pages](amousset.github.io/rust-smtp/smtp/). +The documentation is available on [GitHub pages](http://amousset.github.io/rust-smtp/smtp/). License -------