[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Fri Jun 18 15:26:01 PDT 2004


Changes in directory llvm/docs:

GettingStarted.html updated: 1.58 -> 1.59

---
Log message:

Fix relative link to the CVS mirrors.


---
Diffs of the changes:  (+4 -3)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.58 llvm/docs/GettingStarted.html:1.59
--- llvm/docs/GettingStarted.html:1.58	Fri Jun 18 15:15:58 2004
+++ llvm/docs/GettingStarted.html	Fri Jun 18 15:18:31 2004
@@ -114,7 +114,7 @@
       <li><tt>cd llvm</tt>
     </ol></li>
 
-    <li>With anonymous CVS access (or use a <a href="#checkout">mirror</a>):
+    <li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>):
     <ol>
       <li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
       <li><tt>cvs -d
@@ -473,7 +473,8 @@
 these user-hosted mirrors:</p>
 
 <ul>
-<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems Inc.</a></li>
+<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems
+Inc.</a></li>
 </ul>
 </div>
 
@@ -1223,7 +1224,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/18 20:15:58 $
+  Last modified: $Date: 2004/06/18 20:18:31 $
 </address>
 
 </body>





More information about the llvm-commits mailing list