summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-29 17:50:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-29 17:50:50 -0700
commitbe5ad7d090c6cd8d0e2bdffb43fe79124446d510 (patch)
tree0d58fecde1d8b0cec6a0961a7585357440543563 /README.md
parent4e43d81925be4ec2db77a98822620278c1232266 (diff)
downloadrust-libc-be5ad7d090c6cd8d0e2bdffb43fe79124446d510.tar.gz
Fix travis links
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d87a8b969..ee0fe6abc0 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ libc
A Rust library with native bindings to the types and functions commonly found on
various systems, including libc.
-[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
+[![Build Status](https://travis-ci.org/rust-lang-nursery/libc.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/libc)
[![Build status](https://ci.appveyor.com/api/projects/status/v0414slj8y8nga0p?svg=true)](https://ci.appveyor.com/project/alexcrichton/libc)
[Documentation](#platforms-and-documentation)