diff options
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 5b632fb24f..e2ee70abc9 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -691,8 +691,8 @@ follows:</p> <ul> <li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li> - <li>Read-Only: <tt>svn co http://llvm.org/svn/llvm-project/trunk/llvm llvm</tt></li> - <li>Read-Write:<tt>svn co https://user@llvm.org/svn/llvm-project/trunk/llvm + <li>Read-Only: <tt>svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm</tt></li> + <li>Read-Write:<tt>svn co https://user@llvm.org/svn/llvm-project/llvm/trunk llvm</tt></li> </ul> |