diff --git a/Cargo.toml b/Cargo.toml index 1722dbca2..32ced7aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core" homepage = "https://github.com/tokio-rs/tokio-core" -documentation = "https://tokio-rs.github.io/tokio-core" +documentation = "https://docs.rs/tokio-core" description = """ Core I/O and event loop primitives for asynchronous I/O in Rust. Foundation for the rest of the tokio crates. diff --git a/README.md b/README.md index 6484a9f01..0bb42f333 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Core I/O and event loop abstraction for asynchronous I/O in Rust built on [![Build Status](https://travis-ci.org/tokio-rs/tokio-core.svg?branch=master)](https://travis-ci.org/tokio-rs/tokio-core) [![Build status](https://ci.appveyor.com/api/projects/status/caxmxbg8181kk9mq/branch/master?svg=true)](https://ci.appveyor.com/project/carllerche/tokio-core) -[Documentation](https://tokio-rs.github.io/tokio-core) +[Documentation](https://docs.rs/tokio-core) ## Usage