[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Oct 22 12:02:02 PDT 2003
Changes in directory llvm/docs:
HowToSubmitABug.html updated: 1.7 -> 1.8
---
Log message:
* Changed URL referring to zion to use llvm instead
* Close <li> tags
---
Diffs of the changes: (+5 -9)
Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.7 llvm/docs/HowToSubmitABug.html:1.8
--- llvm/docs/HowToSubmitABug.html:1.7 Wed Oct 22 10:06:11 2003
+++ llvm/docs/HowToSubmitABug.html Wed Oct 22 12:01:44 2003
@@ -50,21 +50,17 @@
more easily.<p>
Once you have a reduced test-case, go to
-<a href="http://zion.cs.uiuc.edu/bugs/enter_bug.cgi">
+<a href="http://llvm.cs.uiuc.edu/bugs/enter_bug.cgi">
the LLVM Bug Tracking System,
</a>
select the catagory in which the bug falls, and fill out the form with the
necessary details. The bug description should contain the following
information:
<ul>
- <li>
- All information necessary to reproduce the problem.
-
- <li>
- The reduced test-case that triggers the bug.
-
- <li>
- The location where you obtained LLVM (if not from our CVS repository).
+ <li>All information necessary to reproduce the problem.</li>
+ <li>The reduced test-case that triggers the bug.</li>
+ <li>The location where you obtained LLVM (if not from our CVS
+ repository).</li>
</ul>
<p>
More information about the llvm-commits
mailing list