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

Misha Brukman brukman at cs.uiuc.edu
Fri May 14 13:54:03 PDT 2004


Changes in directory llvm/docs:

index.html updated: 1.13 -> 1.14

---
Log message:

Make link to HowToSubmitABug.html local instead of to LLVM website.


---
Diffs of the changes:  (+5 -5)

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.13 llvm/docs/index.html:1.14
--- llvm/docs/index.html:1.13	Thu May 13 11:37:23 2004
+++ llvm/docs/index.html	Fri May 14 13:54:04 2004
@@ -51,10 +51,10 @@
 mailing list is monitored by all the people in the LLVM group at Illinois, and
 you should expect prompt first responses.</li>
 
-<li>Please read <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">How
-to submit a bug</a> for tips on how to track down bugs to their correct
-originating component -- sometimes, it's a bug in external software and not in
-LLVM, or for help with debugging your own LLVM passes and extensions.</li>
+<li>Please read <a href="HowToSubmitABug.html">How to submit a bug</a> for tips
+on how to track down bugs to their correct originating component -- sometimes,
+it's a bug in external software and not in LLVM, or for help with debugging your
+own LLVM passes and extensions.</li>
 
 <li>We now use <a href="http://llvm.cs.uiuc.edu/bugs/query.cgi">Bugzilla</a> to
 track bugs, so you can submit bugs and check their progress in real-time.</li>
@@ -178,7 +178,7 @@
 
   <a href="mailto:criswell [at] cs.uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/13 16:37:23 $
+  Last modified: $Date: 2004/05/14 18:54:04 $
 </address>
 
 </body>





More information about the llvm-commits mailing list