Browse Source

Merge pull request #38 from noahp/noahp/check-url

🔗 update Check link
Kosma Moczek 6 năm trước cách đây
mục cha
commit
ae4dd9442a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      README.md

+ 2 - 2
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``.