aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-17 09:08:37 -0700
committerGitHub <noreply@github.com>2017-08-17 09:08:37 -0700
commit1183503d11f9f694014e8132f011143687a67aa4 (patch)
treed3d6d9e51ef3db4660f5bfcfa191183fbae9f7bc
parent8f233a74ebe149d4b73c6cc55f91eb5f7bf52e2c (diff)
parent1fe692ce49f1fc3c7003d052451e147c9b5f19a6 (diff)
downloadgoogletest-1183503d11f9f694014e8132f011143687a67aa4.tar.gz
googletest-1183503d11f9f694014e8132f011143687a67aa4.tar.bz2
googletest-1183503d11f9f694014e8132f011143687a67aa4.zip
Merge branch 'master' into methodname-in-exception
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33df79a8..3efd2ebf 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
# 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/google/googletest/branch/master)
-
+[![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master)
Welcome to **Google Test**, Google's C++ test framework!