From d945d8c000a0ade73585d143532266968339bbb3 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Thu, 27 Aug 2015 10:26:17 -0400 Subject: [PATCH] fix a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f223a9f8..e68163df 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ the following notable projects: ## Google Test-related open source projects ## -[Google Test UI](http://code.google.com/p/gtest-gbar/) is test runner that runs +[Google Test UI](https://github.com/ospector/gtest-gbar) is test runner that runs your test binary, allows you to track its progress via a progress bar, and displays a list of test failures. Clicking on one shows failure text. Google Test UI is written in C#.