[PATCH] D74422: Fix ReST syntax on link to "Bisecting LLVM code" page

Nicolás Alvarez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 10:15:01 PST 2020


nicolas17 created this revision.
nicolas17 added a reviewer: thakis.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fix ReST syntax on link to "Bisecting LLVM code" page.

[I don't have commit access, please push this for me when accepted]


Repository:
  rG LLVM Github Monorepo

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.243905.patch
Type: text/x-patch
Size: 417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/4a7b4514/attachment.bin>


More information about the llvm-commits mailing list