From 37a53a1085c6d526f44e3cae1dd47295e437f3f8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 26 Aug 2016 14:51:40 -0700 Subject: [PATCH] Update appveyor status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ea77394..d53b6b50c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Core I/O and event loop abstraction for asynchronous I/O in Rust built on `futures` and `mio`. [![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/yl5w3ittk4kggfsh?svg=true)](https://ci.appveyor.com/project/alexcrichton/futures-rs) +[![Build status](https://ci.appveyor.com/api/projects/status/caxmxbg8181kk9mq/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/caxmxbg8181kk9mq/branch/master?svg=true) [Documentation](https://tokio-rs.github.io/tokio-core)