[llvm] 528bd04 - Fix ReST syntax on link to "Bisecting LLVM code" page
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 18:19:05 PST 2020
Author: Nico Weber
Date: 2020-02-12T21:18:25-05:00
New Revision: 528bd04f84c2aa6220ee59a0f5969f20e9fd08f4
URL: https://github.com/llvm/llvm-project/commit/528bd04f84c2aa6220ee59a0f5969f20e9fd08f4
DIFF: https://github.com/llvm/llvm-project/commit/528bd04f84c2aa6220ee59a0f5969f20e9fd08f4.diff
LOG: Fix ReST syntax on link to "Bisecting LLVM code" page
Patch from nicolas17 (Nicolás Alvarez)!
Differential Revision: https://reviews.llvm.org/D74422
Added:
Modified:
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index c04177494c16..5bf9f37384ab 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -504,7 +504,7 @@ that include merges, so the `git rebase` step above is required.
Bisecting commits
^^^^^^^^^^^^^^^^^
-See `Bisecting LLVM code <GitBisecting.html>` for how to use ``git bisect``
+See `Bisecting LLVM code <GitBisecting.html>`_ for how to use ``git bisect``
on LLVM.
Reverting a change
More information about the llvm-commits
mailing list