diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-14 18:54:04 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-14 18:54:04 +0000 |
| commit | 0c05819cf5a0f07aac08679a1dfe85c40f38ab6f (patch) | |
| tree | f1f249cff697a75be97750f1456c52b46d3ef3c6 /llvm/docs | |
| parent | 1274e44002653ceb1bda04d6a50f55e1a79c74b3 (diff) | |
| download | bcm5719-llvm-0c05819cf5a0f07aac08679a1dfe85c40f38ab6f.tar.gz bcm5719-llvm-0c05819cf5a0f07aac08679a1dfe85c40f38ab6f.zip | |
Make link to HowToSubmitABug.html local instead of to LLVM website.
llvm-svn: 13571
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 00b5ee7aca2..32664b27209 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -51,10 +51,10 @@ href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM-dev</a>. This 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> |

