aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 4115d89..f75fbe2 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -666,9 +666,9 @@ follows:</p>
<ul>
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
- <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt>
+ <li><tt>cvs -d :pserver:anon@llvm.org:/var/cvs/llvm login</tt>
<li>Hit the return key when prompted for the password.
- <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co
+ <li><tt>cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co
llvm</tt>
</ul>
@@ -695,7 +695,7 @@ labels:</p>
you get it from the CVS repository:</p>
<pre>
cd llvm/projects
- cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-test
+ cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-test
</pre>
<p>By placing it in the <tt>llvm/projects</tt>, it will be automatically
configured by the LLVM configure script as well as automatically updated when
@@ -704,7 +704,7 @@ you run <tt>cvs update</tt>.</p>
<p>If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:</p>
<pre>
- cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+ cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-gcc
</pre>
<p>Please note that you must follow <a href="CFEBuildInstrs.html">these