From 0a50cec3cb9c2b442e0671212c941b36eda870e3 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 8 Apr 2014 21:06:22 +0000 Subject: [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 --- docs/Bugpoint.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Bugpoint.rst') 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 `_. +generators, see :doc:`HowToSubmitABug`. Design Philosophy ================= -- cgit v1.2.3