diff --git a/.travis.yml b/.travis.yml index b0aca60..d590f9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,6 @@ script: - | travis-cargo build && travis-cargo test && - travis-cargo bench && - travis-cargo --only stable doc + travis-cargo bench after_success: -- travis-cargo --only stable doc-upload - travis-cargo coveralls --exclude-pattern=/target --no-sudo diff --git a/Cargo.toml b/Cargo.toml index 016ef7e..9f0e7ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "imap" version = "0.4.0" authors = ["Matt McCoy "] -documentation = "http://mattnenterprise.github.io/rust-imap" +documentation = "https://docs.rs/imap/" repository = "https://github.com/mattnenterprise/rust-imap" homepage = "https://github.com/mattnenterprise/rust-imap" description = "IMAP client for Rust" diff --git a/README.md b/README.md index 34de340..52f5d33 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ IMAP Client for Rust [![Coverage Status](https://coveralls.io/repos/github/mattnenterprise/rust-imap/badge.svg?branch=master)](https://coveralls.io/github/mattnenterprise/rust-imap?branch=master) -[Documentation](http://mattnenterprise.github.io/rust-imap) +[Documentation](https://docs.rs/imap/) ### Usage Here is a basic example of using the client. See the examples directory for more examples.