summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-26 16:26:51 -0600
committerGitHub <noreply@github.com>2016-11-26 16:26:51 -0600
commite324291aa46a802fd504dd798df486710c7b2a86 (patch)
tree95031384a379a0f6667420b1c980e979fd761f94
parentc9ec4e7a635347e10c94bca3985771650287c9bb (diff)
parent15dcbb5dad29ca72befa452ea8f774cedde23bd7 (diff)
downloadrust-libc-e324291aa46a802fd504dd798df486710c7b2a86.tar.gz
Merge pull request #458 from frewsxcv/patch-1
Fix appveyor badge.
-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)