From f2e370f8fde7277b739d317bb656ec9671781800 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 1 Aug 2019 14:02:25 -0700 Subject: [PATCH] Update links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c4fe9dd..26a54a6f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ `annotate-snippets` is a Rust library for annotation of programming code slices. -[![crates.io](http://meritbadge.herokuapp.com/annotate-snippets)](https://crates.io/crates/annotate-snippets) -[![Build Status](https://travis-ci.org/rust-lang/annotate-snippets-rs.svg?branch=master)](https://travis-ci.org/rust-lang/annotate-snippets-rs) +[![crates.io](https://meritbadge.herokuapp.com/annotate-snippets)](https://crates.io/crates/annotate-snippets) +[![Build Status](https://travis-ci.com/rust-lang/annotate-snippets-rs.svg?branch=master)](https://travis-ci.com/rust-lang/annotate-snippets-rs) [![Coverage Status](https://coveralls.io/repos/github/rust-lang/annotate-snippets-rs/badge.svg?branch=master)](https://coveralls.io/github/rust-lang/annotate-snippets-rs?branch=master) The library helps visualize meta information annotating source code slices. @@ -89,4 +89,4 @@ Local Development When submitting a PR please use [`cargo fmt`][] (nightly). -[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt +[`cargo fmt`]: https://github.com/rust-lang/rustfmt