From 32c6f789e2ede726b68f70f0a8dffca219424c1c Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 26 Feb 2021 13:03:15 +0100 Subject: [PATCH] Fixed link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9be6f37f58..c297cf9990 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ It is released as Free and Open Source Software under the GNU Lesser General Pub ## Example usages -We collect example fuzzers in `./fuzzers`. +We collect example fuzzers in `./fuzzers`. They can be build using `cargo build --example [fuzzer_name]` The best-tested fuzzer is `./fuzzers/libfuzzer_libpng`, a clone of libfuzzer using libafl for a libpng harness. -See its readme (here)[./fuzzers/libfuzzer_libpng/README.md]. +See its readme [here](./fuzzers/libfuzzer_libpng/README.md). If you want to get a quick overview, run `cargo doc`. Feel free to open issues or contact us directly. Thank you for your support. <3