From e161b096599a98251179471b9ff89050397d1434 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 26 Mar 2019 08:36:27 -0600 Subject: [PATCH] Fix clangpowertools links --- 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 9baa546..165e74d 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -215,7 +215,7 @@ Clang's analyzer's default options are good for the respective platform. It can Also, [CodeChecker](https://github.com/Ericsson/CodeChecker) is available as a front-end to clang's static analysis. -`clang-tidy` can be easily used with Visual Studio via the [Clang Power Tools](https://caphyon.github.io/clang-power-tools/) extension. +`clang-tidy` can be easily used with Visual Studio via the [Clang Power Tools](https://clangpowertools.com) extension. ### MSVC's Static Analyzer