From 427b7325d0c45a5371808900d039970387eb2796 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 27 Feb 2018 20:35:50 +0300 Subject: [PATCH] Update badges in README (#159) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 619244c34..126472ce4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,13 @@ A platform for writing fast networking code with Rust. -[![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) +[![Travis Build Status][travis-badge]][travis-url] +[![Appveyor Build Status][appveyor-badge]][appveyor-url] + +[travis-badge]: https://travis-ci.org/tokio-rs/tokio.svg?branch=master +[travis-url]: https://travis-ci.org/tokio-rs/tokio +[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/carllerche/tokio?svg=true&branch=master +[appveyor-url]: https://ci.appveyor.com/project/carllerche/tokio/branch/master [Website](https://tokio.rs) | [Guides](https://tokio.rs/docs/getting-started/hello-world/) |