From b45e9ea61ce224f4ca2e640a4e428caf124f99c4 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Fri, 18 Nov 2016 14:58:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0962f00..54c32d666 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ distributed execution. At the first stage of the project we plan to combine [libFuzzer](http://llvm.org/docs/LibFuzzer.html) with various `clang` [sanitizers](https://github.com/google/sanitizers). -[ClusterFuzz](https://blog.chromium.org/2012/04/fuzzing-for-security.html) +[ClusterFuzz](docs/clusterfuzz.md) provides distributed fuzzer execution environment and reporting. ## Background