From b611fde7184ce06ab49a19c58a5e2c45d9e40fed Mon Sep 17 00:00:00 2001 From: "Krishnakumar Gopalakrishnan, PhD" Date: Mon, 16 May 2022 12:15:09 +0000 Subject: [PATCH] fixes cpplint url in supported-tools.md (#4204) --- supported-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supported-tools.md b/supported-tools.md index a79d2294..1e7314a1 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -75,7 +75,7 @@ formatting. * [clangd](https://clang.llvm.org/extra/clangd.html) * [clangtidy](http://clang.llvm.org/extra/clang-tidy/) :floppy_disk: * [cppcheck](http://cppcheck.sourceforge.net) - * [cpplint](https://github.com/google/styleguide/tree/gh-pages/cpplint) + * [cpplint](https://github.com/cpplint/cpplint) * [cquery](https://github.com/cquery-project/cquery) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [flawfinder](https://www.dwheeler.com/flawfinder/)