Skip to content

Commit e4e0025

Browse files
author
Yuanfang Chen
authored
Fix URL to use Monorepo instead of SVN
1 parent f5d76a0 commit e4e0025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ following steps should suffice on any modern Unix variant:
2727

2828
#. Checkout the LNT sources::
2929

30-
svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt
30+
git clone https://github.com/llvm/llvm-lnt.git ~/lnt
3131

3232
#. Install LNT into the virtual environment::
3333

@@ -52,7 +52,7 @@ command. The information below should be enough to get you started, but see the
5252

5353
#. Checkout the LLVM test-suite, if you haven't already::
5454

55-
svn co http://llvm.org/svn/llvm-project/test-suite/trunk ~/llvm-test-suite
55+
git clone https://github.com/llvm/llvm-test-suite.git ~/llvm-test-suite
5656

5757
You should always keep the test-suite directory itself clean (that is, never
5858
do a configure inside your test suite). Make sure not to check it out into

0 commit comments

Comments
 (0)