From 7ee6611fa3d518d710617957e8e3721127d7c2f2 Mon Sep 17 00:00:00 2001 From: Santiago Date: Tue, 12 Sep 2023 19:15:12 +0200 Subject: [PATCH] Update readme.md Fix links --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 19e3974..9a4c5b3 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ This is a list of SW I am currently using or those tools I have in mind to check ## Static Analyzers * [Cppcheck](http://cppcheck.sourceforge.net/) -* [Clang Static Analyzer] (https://clang-analyzer.llvm.org/) +* [Clang Static Analyzer](https://clang-analyzer.llvm.org/) * [SourceMeter](https://www.sourcemeter.com/) ## Code Formatting / Naming @@ -41,7 +41,7 @@ This is a list of SW I am currently using or those tools I have in mind to check ### Fuzzing * [american fuzzy lop ++](https://github.com/AFLplusplus/AFLplusplus) * [american fuzzy lop](http://lcamtuf.coredump.cx/afl/) -* [Fuzztest] https://github.com/google/fuzztest +* [Fuzztest](https://github.com/google/fuzztest) * [LibFuzzer](http://llvm.org/docs/LibFuzzer.html) * [KLEE](http://klee.github.io/) * [Fuzzit](https://fuzzit.dev/)