diff options
Diffstat (limited to 'llvm/docs/Bugpoint.rst')
| -rw-r--r-- | llvm/docs/Bugpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Bugpoint.rst b/llvm/docs/Bugpoint.rst index 1a5fc8c0276..8fa64bc1242 100644 --- a/llvm/docs/Bugpoint.rst +++ b/llvm/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 ================= |

