[llvm] r372423 - [docs] Update structure-aware-fuzzing link.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 12:39:50 PDT 2019


Author: morehouse
Date: Fri Sep 20 12:39:50 2019
New Revision: 372423

URL: http://llvm.org/viewvc/llvm-project?rev=372423&view=rev
Log:
[docs] Update structure-aware-fuzzing link.

The document has been moved to the google/fuzzing GitHub repo.

Modified:
    llvm/trunk/docs/LibFuzzer.rst

Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=372423&r1=372422&r2=372423&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Fri Sep 20 12:39:50 2019
@@ -590,7 +590,7 @@ User-supplied mutators
 ----------------------
 
 LibFuzzer allows to use custom (user-supplied) mutators, see
-`Structure-Aware Fuzzing <https://github.com/google/fuzzer-test-suite/blob/master/tutorial/structure-aware-fuzzing.md>`_
+`Structure-Aware Fuzzing <https://github.com/google/fuzzing/blob/master/docs/structure-aware-fuzzing.md>`_
 for more details.
 
 Startup initialization




More information about the llvm-commits mailing list