]> granicus.if.org Git - llvm/commitdiff
docs: Try to fix sphinx build
authorJustin Bogner <mail@justinbogner.com>
Thu, 12 Oct 2017 02:04:39 +0000 (02:04 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 12 Oct 2017 02:04:39 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315546 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FuzzingLLVM.rst

index 279ea668e76f490c8da869b192df9c705db5dedc..1177aaca231324caf802ea0459dc68c4a817d457 100644 (file)
@@ -20,9 +20,11 @@ clang-fuzzer
 ------------
 
 A |generic fuzzer| that tries to compile textual input as C++ code. Some of the
-bugs this fuzzer has reported are `on bugzilla <https://llvm.org/pr23057>`__
-and `on OSS Fuzz's tracker
-<https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj-llvm+clang-fuzzer>`__.
+bugs this fuzzer has reported are `on bugzilla`__ and `on OSS Fuzz's
+tracker`__.
+
+__ https://llvm.org/pr23057
+__ https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj-llvm+clang-fuzzer
 
 clang-proto-fuzzer
 ------------------
@@ -42,26 +44,29 @@ clang-format-fuzzer
 -------------------
 
 A |generic fuzzer| that runs clang-format_ on C++ text fragments. Some of the
-bugs this fuzzer has reported are `on bugzilla <https://llvm.org/pr23052>`__
-and `on OSS Fuzz's tracker
-<https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj-llvm+clang-format-fuzzer`__.
+bugs this fuzzer has reported are `on bugzilla`__
+and `on OSS Fuzz's tracker`__.
 
 .. _clang-format: https://clang.llvm.org/docs/ClangFormat.html
+__ https://llvm.org/pr23052
+__ https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj-llvm+clang-format-fuzzer
 
 llvm-as-fuzzer
 --------------
 
 A |generic fuzzer| that tries to parse text as :doc:`LLVM assembly <LangRef>`.
-Some of the bugs this fuzzer has reported are `on bugzilla
-<https://llvm.org/pr24639>`__
+Some of the bugs this fuzzer has reported are `on bugzilla`__.
+
+__ https://llvm.org/pr24639
 
 llvm-dwarfdump-fuzzer
 ---------------------
 
 A |generic fuzzer| that interprets inputs as object files and runs
 :doc:`llvm-dwarfdump <CommandGuide/llvm-dwarfdump>` on them. Some of the bugs
-this fuzzer has reported are `on OSS Fuzz's tracker
-<https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj-llvm+llvm-dwarfdump-fuzzer`__.
+this fuzzer has reported are `on OSS Fuzz's tracker`__
+
+__ https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj-llvm+llvm-dwarfdump-fuzzer
 
 llvm-isel-fuzzer
 ----------------