Commit 68302ed20f8856c70fb20bd6becb83082fb8abd4

Edward Thomson 2015-01-20T17:48:34

Merge pull request #2823 from ethomson/appveyor_badge README: Point to libgit2 account's AppVeyor badge

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 422377e..664735b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ libgit2 - the Git linkable library
 ==================================
 
 [![Travis Build Status](https://secure.travis-ci.org/libgit2/libgit2.svg?branch=master)](http://travis-ci.org/libgit2/libgit2)
-[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/gnjsdi9r48cfoveg/branch/master?svg=true)](https://ci.appveyor.com/project/nulltoken/libgit2/branch/master)
+[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/xvof5b4t5480a2q3/branch/master?svg=true)](https://ci.appveyor.com/project/libgit2/libgit2/branch/master)
 [![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
 
 `libgit2` is a portable, pure C implementation of the Git core methods