From 78e2d389563c43e1983f0ea860ac579027ab692f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 14 May 2004 18:54:04 +0000 Subject: [PATCH] Make link to HowToSubmitABug.html local instead of to LLVM website. llvm-svn: 13571 --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 00b5ee7aca2..32664b27209 100644 --- a/docs/index.html +++ b/docs/index.html @@ -51,10 +51,10 @@ href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM-dev. This mailing list is monitored by all the people in the LLVM group at Illinois, and you should expect prompt first responses. -
  • Please read How -to submit a bug 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.
  • +
  • Please read How to submit a bug 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.
  • We now use Bugzilla to track bugs, so you can submit bugs and check their progress in real-time.