Fix the link for documentation

This commit is contained in:
Alexis Mousset
2014-10-19 03:15:17 +02:00
parent 6e2110c814
commit 1e46ac8600

View File

@@ -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
-------