summaryrefslogtreecommitdiff
path: root/docs/LibFuzzer.rst
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-08-23 23:43:08 +0000
committerKostya Serebryany <kcc@google.com>2016-08-23 23:43:08 +0000
commit5c091363f757f18a715b2a5b02f8f113715fed54 (patch)
treec9c04c1a39d8fab1c6bbf6fe32b1d25104a85dfd /docs/LibFuzzer.rst
parentbb66a7d956874e5b10e7c4a96d46e6cec2986361 (diff)
[libFuzzer] fix link in docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LibFuzzer.rst')
-rw-r--r--docs/LibFuzzer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst
index fa7f110124e..e3cbde01e84 100644
--- a/docs/LibFuzzer.rst
+++ b/docs/LibFuzzer.rst
@@ -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`_