From d9385f85037b57dcfa7efbc8f903ccbc51ea27b7 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Thu, 28 Apr 2016 14:15:14 +0200 Subject: [PATCH] C Check new URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a08a7..16422ee 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ How to run: Check - unit test ----------------- -Check is unit testing framework for C: http://check.sourceforge.net/ +Check is unit testing framework for C: http://libcheck.github.io/check/ This directory contains simple example. You can uncomment age++ to create bug and rerun tests.