diff options
author | Krishnakumar Gopalakrishnan, PhD <krishnakumarg1984@users.noreply.github.com> | 2022-05-16 12:15:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 21:15:09 +0900 |
commit | b611fde7184ce06ab49a19c58a5e2c45d9e40fed (patch) | |
tree | eb9fe971ae8f23a03600338de01d870ca53fa21b /supported-tools.md | |
parent | 75d241342532e5acf34caff28a7a9e5cda688a32 (diff) | |
download | ale-b611fde7184ce06ab49a19c58a5e2c45d9e40fed.zip |
fixes cpplint url in supported-tools.md (#4204)
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
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/) |