Browse Source

ENH: Updated anonymous checkout commands for new repository root location.

Brad King 24 years ago
parent
commit
52d368d40f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Web/HTML/Download.html

+ 2 - 2
Web/HTML/Download.html

@@ -31,11 +31,11 @@ vlink="#000000" alink="#000000">
     Kitware at [email protected] if you require write access.) Use
     the following commands.
     <p>
-    <b>cvs -d :pserver:[email protected]:/insight/cmakecvsroot login</b><br>
+    <b>cvs -d :pserver:[email protected]:/CMake/cvsroot login</b><br>
     (respond with password cmake)
     <p>
     Follow this command by checking out the source code:<br>
-    <b>cvs -d :pserver:[email protected]:/insight/cmakecvsroot co CMake</b>
+    <b>cvs -d :pserver:[email protected]:/CMake/cvsroot co CMake</b>
     </div>
     </td>
 </tr>