From a5e9c311bf324d214e362d0c009ee3bcc87b99ca Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 2 Feb 2018 13:46:15 -0800 Subject: [PATCH] Fix link to documentation in README (#108) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be19ecc6c..e8d281404 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A work-in-progress rearchitecting of the [tokio-core] crate in line with [![Build Status](https://travis-ci.org/tokio-rs/tokio.svg?branch=new-crate)](https://travis-ci.org/tokio-rs/tokio) [![Build status](https://ci.appveyor.com/api/projects/status/uxiinkgipvy6ehrj/branch/new-crate?svg=true)](https://ci.appveyor.com/project/alexcrichton/tokio/branch/new-crate) -[Documentation](https://tokio-rs.github.io/tokio) +[Documentation](https://tokio-rs.github.io/tokio/tokio) ## Usage