Skip to content

Commit 1183568

Browse files
authored
Merge pull request #7 from atouchet/links
Update links
2 parents 645aaa9 + f2e370f commit 1183568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
`annotate-snippets` is a Rust library for annotation of programming code slices.
44

5-
[![crates.io](http://meritbadge.herokuapp.com/annotate-snippets)](https://crates.io/crates/annotate-snippets)
6-
[![Build Status](https://travis-ci.org/rust-lang/annotate-snippets-rs.svg?branch=master)](https://travis-ci.org/rust-lang/annotate-snippets-rs)
5+
[![crates.io](https://meritbadge.herokuapp.com/annotate-snippets)](https://crates.io/crates/annotate-snippets)
6+
[![Build Status](https://travis-ci.com/rust-lang/annotate-snippets-rs.svg?branch=master)](https://travis-ci.com/rust-lang/annotate-snippets-rs)
77
[![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)
88

99
The library helps visualize meta information annotating source code slices.
@@ -89,4 +89,4 @@ Local Development
8989

9090
When submitting a PR please use [`cargo fmt`][] (nightly).
9191

92-
[`cargo fmt`]: https://github.com/rust-lang-nursery/rustfmt
92+
[`cargo fmt`]: https://github.com/rust-lang/rustfmt

0 commit comments

Comments
 (0)