From 949a126438b9d4949208fec549e2772e3270d7d5 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Fri, 20 Sep 2019 19:39:50 +0000 Subject: [PATCH] [docs] Update structure-aware-fuzzing link. The document has been moved to the google/fuzzing GitHub repo. llvm-svn: 372423 --- llvm/docs/LibFuzzer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 49f72f63..e384890 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -590,7 +590,7 @@ User-supplied mutators ---------------------- LibFuzzer allows to use custom (user-supplied) mutators, see -`Structure-Aware Fuzzing `_ +`Structure-Aware Fuzzing `_ for more details. Startup initialization -- 2.7.4