diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 4115d8908a3..f75fbe2c927 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -666,9 +666,9 @@ follows:

@@ -695,7 +695,7 @@ labels:

you get it from the CVS repository:

   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
 

By placing it in the llvm/projects, it will be automatically configured by the LLVM configure script as well as automatically updated when @@ -704,7 +704,7 @@ you run cvs update.

If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:

-  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
 

Please note that you must follow these