From dfa131be22f95fbfd827933c5a95b5846baa1136 Mon Sep 17 00:00:00 2001 From: Steve Obbayi Date: Sat, 18 Jul 2015 15:58:59 +0100 Subject: [PATCH] Changed the URL of include what you use from code.google.com to Github as per recommendation from include what you use --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 70ecd8b..111cacd 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -107,7 +107,7 @@ Consider using the *treat warnings as errors* setting. `/Wx` with MSVC, `-Werror ## LLVM-based tools - * [include-what-you-use](https://code.google.com/p/include-what-you-use/), [example results](https://github.com/ChaiScript/ChaiScript/commit/c0bf6ee99dac14a19530179874f6c95255fde173) + * [include-what-you-use](https://github.com/include-what-you-use), [example results](https://github.com/ChaiScript/ChaiScript/commit/c0bf6ee99dac14a19530179874f6c95255fde173) * [clang-modernize](http://clang.llvm.org/extra/clang-modernize.html), [example results](https://github.com/ChaiScript/ChaiScript/commit/6eab8ddfe154a4ebbe956a5165b390ee700fae1b) * [clang-check](http://clang.llvm.org/docs/ClangCheck.html) * [clang-tidy](http://clang.llvm.org/extra/clang-tidy.html)