[docs] Use reST link.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2016-03-23 00:31:21 +00:00
parent 00b768bfef
commit 1495b908cb

View File

@ -15,7 +15,7 @@ can be used to debug three types of failures: optimizer crashes, miscompilations
by optimizers, or bad native code generation (including problems in the static
and JIT compilers). It aims to reduce large test cases to small, useful ones.
For more information on the design and inner workings of **bugpoint**, as well as
advice for using bugpoint, see *llvm/docs/Bugpoint.html* in the LLVM
advice for using bugpoint, see :doc:`/Bugpoint` in the LLVM
distribution.
OPTIONS