[docs] Use reST link.
authorSean Silva <chisophugis@gmail.com>
Wed, 23 Mar 2016 00:31:21 +0000 (00:31 +0000)
committerSean Silva <chisophugis@gmail.com>
Wed, 23 Mar 2016 00:31:21 +0000 (00:31 +0000)
llvm-svn: 264121

llvm/docs/CommandGuide/bugpoint.rst

index 6b56f04..2e6341d 100644 (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