[llvm] r352005 - [docs] Remove extra character from git URL in Getting Started guide.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 17:22:32 PST 2019


Author: dyung
Date: Wed Jan 23 17:22:32 2019
New Revision: 352005

URL: http://llvm.org/viewvc/llvm-project?rev=352005&view=rev
Log:
[docs] Remove extra character from git URL in Getting Started guide.

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=352005&r1=352004&r2=352005&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed Jan 23 17:22:32 2019
@@ -416,7 +416,7 @@ Simply run:
 
 .. code-block:: console
 
-  % git clone https://github.com/llvm/llvm-project.git`
+  % git clone https://github.com/llvm/llvm-project.git
 
 or on Windows,
 




More information about the llvm-commits mailing list