From e6aaa7ef92196ea8a56cd30743eaf405ade2de7f Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Sat, 21 Nov 2015 23:44:40 +0000 Subject: [PATCH] fix links --- 04-static-analysis/cppcheck/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/04-static-analysis/cppcheck/README.md b/04-static-analysis/cppcheck/README.md index b7b8077..9fb1b84 100644 --- a/04-static-analysis/cppcheck/README.md +++ b/04-static-analysis/cppcheck/README.md @@ -1,6 +1,6 @@ # CppCheck Static Analysis -This example is for calling the (CppCheck)[http://cppcheck.sourceforge.net/] tool to do static analysis. +This example is for calling the [CppCheck](http://cppcheck.sourceforge.net/) tool to do static analysis. It shows how to add cppcheck with a target for each sub-projects and also how to generate an overall "make analysis" target to do static analysis on all sub-projects. @@ -248,4 +248,4 @@ You must add the following to the src/CMakeLists.txt file to correctly generate ```cmake set(analysis_TARGETS "${analysis_TARGETS}" PARENT_SCOPE) -``` \ No newline at end of file +```