aboutsummaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-22 17:01:44 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-22 17:01:44 +0000
commitafac73e5ea750ffa1b5c17403e89088d528e8fa9 (patch)
treec23dcfac4b7efc8ba9da84e17f44486a057b912e /docs/HowToSubmitABug.html
parent59dc17873d10c0cf37262b86318359bc1220cc1d (diff)
* Changed URL referring to zion to use llvm instead
* Close <li> tags git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index b7bc2042a9..3afef5bf96 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -50,21 +50,17 @@ down the bug so that the person who fixes it will be able to find the problem
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>