[PATCH] D74422: Fix ReST syntax on link to "Bisecting LLVM code" page
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 18:20:10 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG528bd04f84c2: Fix ReST syntax on link to "Bisecting LLVM code" page (authored by thakis).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74422/new/
https://reviews.llvm.org/D74422
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -504,7 +504,7 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74422.244316.patch
Type: text/x-patch
Size: 417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/20381ea8/attachment.bin>
More information about the llvm-commits
mailing list