OSDN Git Service

[libFuzzer] fix link in docs
authorKostya Serebryany <kcc@google.com>
Tue, 23 Aug 2016 23:43:08 +0000 (23:43 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 23 Aug 2016 23:43:08 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279589 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index fa7f110..e3cbde0 100644 (file)
@@ -927,7 +927,7 @@ Trophies
 .. _MemorySanitizer: http://clang.llvm.org/docs/MemorySanitizer.html
 .. _UndefinedBehaviorSanitizer: http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
 .. _`coverage counters`: http://clang.llvm.org/docs/SanitizerCoverage.html#coverage-counters
-.. _`value profile`: http://clang.llvm.org/docs/SanitizerCoverage.html#value-profile
+.. _`value profile`: #value-profile
 .. _`caller-callee pairs`: http://clang.llvm.org/docs/SanitizerCoverage.html#caller-callee-coverage
 .. _BoringSSL: https://boringssl.googlesource.com/boringssl/
 .. _`fuzz various parts of LLVM itself`: `Fuzzing components of LLVM`_