[docs] Fix the link to SanitizerCoverage docs.
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 22:50:06 +0000 (22:50 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 22:50:06 +0000 (22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235934 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index a31f83d39500f65abb96ba1a75b4d1eb219b4038..383f888f9f485a5995bf8c38214067015ceb8290 100644 (file)
@@ -32,7 +32,7 @@ This library is intended primarily for in-process coverage-guided fuzz testing
   the sanitizer (asan, etc) it will be reported as usual and the reproducer
   will be written to disk.
   Each Fuzzer process is single-threaded (unless the library starts its own
-  threads). You can run the Fuzzer on the same corpus in multiple processes.
+  threads). You can run the Fuzzer on the same corpus in multiple processes
   in parallel. For run-time options run the Fuzzer binary with '-help=1'.
 
 
@@ -359,6 +359,6 @@ Examples: regular expression matchers, text or binary format parsers.
 
 .. _AFL: http://lcamtuf.coredump.cx/afl/
 
-.. _SanitizerCoverage: https://code.google.com/p/address-sanitizer/wiki/AsanCoverage
+.. _SanitizerCoverage: http://clang.llvm.org/docs/SanitizerCoverage.html
 
 .. _Heartbleed: http://en.wikipedia.org/wiki/Heartbleed