diff options
author | Douglas Yung <douglas.yung@sony.com> | 2019-01-24 01:22:32 +0000 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2019-01-24 01:22:32 +0000 |
commit | abfa98c9de873598829473f4f191cafd66c1198b (patch) | |
tree | 1ab29618158a43a53170ffdae4957c77d1967c26 /llvm/docs | |
parent | 79c3d8b127bec1ec916d0c01f86863711bb036d7 (diff) | |
download | bcm5719-llvm-abfa98c9de873598829473f4f191cafd66c1198b.tar.gz bcm5719-llvm-abfa98c9de873598829473f4f191cafd66c1198b.zip |
[docs] Remove extra character from git URL in Getting Started guide.
llvm-svn: 352005
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index d2a5b13a0a2..126b84288b0 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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, |