Update docs to docs.rs

This commit is contained in:
Alex Crichton
2017-01-09 16:40:16 -08:00
parent 76c3e162b7
commit 2810471035
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Alex Crichton <[email protected]>"]
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.
+1 -1
View File
@@ -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