summaryrefslogtreecommitdiff
path: root/docs/Bugpoint.rst
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2014-04-08 21:06:22 +0000
committerSean Silva <chisophugis@gmail.com>2014-04-08 21:06:22 +0000
commit0a50cec3cb9c2b442e0671212c941b36eda870e3 (patch)
treec63bdae960183ad8bb50e98fc15944651cccceb6 /docs/Bugpoint.rst
parentc6a7502a803ceca5d18801a7598d303f7f5bfa0f (diff)
downloadllvm-0a50cec3cb9c2b442e0671212c941b36eda870e3.tar.gz
llvm-0a50cec3cb9c2b442e0671212c941b36eda870e3.tar.bz2
llvm-0a50cec3cb9c2b442e0671212c941b36eda870e3.tar.xz
[docs] Fix up some links to the preferred style.
:doc:`...` and :ref:`...` links help Sphinx keep track the dependencies between documents and ensure that they are not pointing to nowhere. Raw HTML links work just fine and are easier for people less familiar with reST/Sphinx. They are easy to change over to the :doc:/:ref: style after the fact so this is not a problem. This commit doesn't fix all of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Bugpoint.rst')
-rw-r--r--docs/Bugpoint.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bugpoint.rst b/docs/Bugpoint.rst
index 1a5fc8c027..8fa64bc124 100644
--- a/docs/Bugpoint.rst
+++ b/docs/Bugpoint.rst
@@ -17,7 +17,7 @@ optimization (or combination of optimizations) that causes the crash, and reduce
the file down to a small example which triggers the crash.
For detailed case scenarios, such as debugging ``opt``, or one of the LLVM code
-generators, see `How To Submit a Bug Report document <HowToSubmitABug.html>`_.
+generators, see :doc:`HowToSubmitABug`.
Design Philosophy
=================