summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Emord <emord@users.noreply.github.com>2017-04-17 10:30:20 -0400
committerGitHub <noreply@github.com>2017-04-17 10:30:20 -0400
commit6dab0efe19e89b43172d502e06886a4d9ea5784a (patch)
treeb913e5f5a256804c12e95b2630c4894b488b76b0 /README.md
parentdc72daaf1e154cb5b4a2d63bfdd5bbe01ad97fe0 (diff)
downloadale-6dab0efe19e89b43172d502e06886a4d9ea5784a.zip
Fix link to cppcheck
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c534d51a..bdc38249 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ name. That seems to be the fairest way to arrange this table.
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set), [shellcheck](https://www.shellcheck.net/) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) |
| C | [cppcheck](http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/)|
-| C++ (filetype cpp) | [clang](http://clang.llvm.org/), [clangtidy](http://clang.llvm.org/extra/clang-tidy/), [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)|
+| C++ (filetype cpp) | [clang](http://clang.llvm.org/), [clangtidy](http://clang.llvm.org/extra/clang-tidy/), [cppcheck](http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)|
| C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) |
| Chef | [foodcritic](http://www.foodcritic.io/) |
| CMake | [cmakelint](https://github.com/richq/cmake-lint) |