Skip to content

Commit 82ed50c

Browse files
authored
Merge pull request #16 from amilajack/patch-1
Fix repo badge path
2 parents 5206f5a + a7b6ab4 commit 82ed50c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
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)