From: Douglas Yung Date: Thu, 24 Jan 2019 01:22:32 +0000 (+0000) Subject: [docs] Remove extra character from git URL in Getting Started guide. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616f6327b0ca5977ed416fff98dbd25a3dea3b6e;p=llvm [docs] Remove extra character from git URL in Getting Started guide. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352005 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index d2a5b13a0a2..126b84288b0 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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,