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).