Skip to content

Commit a7b6ab4

Browse files
authored
Fix repo badge path
1 parent 49d9270 commit a7b6ab4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/nikomatsakis/ena.svg?branch=master)](https://travis-ci.org/nikomatsakis/ena)
1+
[![Build Status](https://travis-ci.org/rust-lang-nursery/ena.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/ena)
22

33
An implementation of union-find in Rust; extracted from (and used by)
44
rustc.
@@ -20,4 +20,3 @@ Like rustc itself, this code is dual-licensed under the MIT and Apache
2020
licenses. Pull requests, comments, and other contributions are assumed
2121
to imply consent to those terms. Moreover, it is understood that any
2222
changes here may well be used in rustc itself under the same terms.
23-

0 commit comments

Comments
 (0)