[llvm] r264121 - [docs] Use reST link.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 17:31:22 PDT 2016
Author: silvas
Date: Tue Mar 22 19:31:21 2016
New Revision: 264121
URL: http://llvm.org/viewvc/llvm-project?rev=264121&view=rev
Log:
[docs] Use reST link.
Modified:
llvm/trunk/docs/CommandGuide/bugpoint.rst
Modified: llvm/trunk/docs/CommandGuide/bugpoint.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/bugpoint.rst?rev=264121&r1=264120&r2=264121&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/bugpoint.rst (original)
+++ llvm/trunk/docs/CommandGuide/bugpoint.rst Tue Mar 22 19:31:21 2016
@@ -15,7 +15,7 @@ can be used to debug three types of fail
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
More information about the llvm-commits
mailing list