From b1371aa52622a7e4d71b8a80b954118b3bb3885d Mon Sep 17 00:00:00 2001 From: Noah Pendleton <2538614+noahp@users.noreply.github.com> Date: Sat, 13 Oct 2018 14:17:29 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20update=20Check=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Check has moved to github from sourceforge, update the link. Also switch clang static analyzer link to https from http. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bee70a..f1da891 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ good to go. Building and running the tests requires the following: -* Check Framework (http://check.sourceforge.net/). -* Clang Static Analyzer (http://clang-analyzer.llvm.org/). +* Check Framework (https://libcheck.github.io/check/). +* Clang Static Analyzer (https://clang-analyzer.llvm.org/). If you have both in your ``$PATH``, running the tests should be as simple as typing ``make``.