Merge pull request #1204 from gennadiycivil/master

Changing Build Status AppVeyor badge with AppVeyor ownership change
diff --git a/README.md b/README.md
index 4ec92d2..33df79a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
 # Google Test #
 
 [![Build Status](https://travis-ci.org/google/googletest.svg?branch=master)](https://travis-ci.org/google/googletest)
-[![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/BillyDonahue/googletest/branch/master)
+[![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/google/googletest/branch/master)
+
 
 Welcome to **Google Test**, Google's C++ test framework!