From 87950d9cfa87eb41ff60b7e5f7e11ad21749a2a1 Mon Sep 17 00:00:00 2001 From: Antonio Borondo Date: Mon, 5 Nov 2018 10:29:54 +0000 Subject: [PATCH] Fix Cute test framework URL --- docs/why-catch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/why-catch.md b/docs/why-catch.md index 45f58a6a..86cc55bc 100644 --- a/docs/why-catch.md +++ b/docs/why-catch.md @@ -6,7 +6,7 @@ including (but not limited to), [Google Test](http://code.google.com/p/googletest/), [Boost.Test](http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/index.html), [CppUnit](http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page), -[Cute](http://r2.ifs.hsr.ch/cute), +[Cute](http://www.cute-test.com), [many, many more](http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B). So what does Catch bring to the party that differentiates it from these? Apart from a Catchy name, of course.