aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2015-08-27 10:26:17 -0400
committerBilly Donahue <BillyDonahue@users.noreply.github.com>2015-08-27 10:26:17 -0400
commitd945d8c000a0ade73585d143532266968339bbb3 (patch)
tree58866127ebe63597d0450bbbcc0105c0faad58ad /README.md
parent64d23926f9e492b59ffac8198604ca9c3768b845 (diff)
downloadgoogletest-d945d8c000a0ade73585d143532266968339bbb3.tar.gz
googletest-d945d8c000a0ade73585d143532266968339bbb3.tar.bz2
googletest-d945d8c000a0ade73585d143532266968339bbb3.zip
fix a link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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#.