summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2016-11-26 13:49:49 -0500
committerGitHub <noreply@github.com>2016-11-26 13:49:49 -0500
commit15dcbb5dad29ca72befa452ea8f774cedde23bd7 (patch)
tree95031384a379a0f6667420b1c980e979fd761f94 /README.md
parentc9ec4e7a635347e10c94bca3985771650287c9bb (diff)
downloadrust-libc-15dcbb5dad29ca72befa452ea8f774cedde23bd7.tar.gz
Fix appveyor badge.
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 5ea812320f..2552836435 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ 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://ci.appveyor.com/api/projects/status/34csq3uurnw7c0rl?svg=true)](https://ci.appveyor.com/project/alexcrichton/libc)
+[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)
[Documentation](#platforms-and-documentation)