From d69ce1c75fa05ef64c4e7cf4e49a3f68f81d2e90 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 18 Nov 2016 16:56:35 -0800 Subject: [PATCH] Update faq.md --- docs/faq.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 33b856c12..9847436ac 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -12,6 +12,3 @@ Building fuzzers requires building your target with a fresh Clang compiler and s An easy-to-use Docker image is provided to simplify toolchain distribution. This also limits our exposure to multitude of Linux varieties and provides a reproducible and (more) secure environment for fuzzer building and execution. - -If you'd like to get more familiar with how libFuzzer-style fuzzers work in -general, check out [this page](http://llvm.org/docs/LibFuzzer.html).