diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-03-02 19:11:53 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-03-02 19:11:53 +0000 |
commit | f94ecc3d1a1325ed847e997afbdf39a86545823e (patch) | |
tree | 973ff9d66e14c19d34ea5eb8f283b0459949df3e /docs/FAQ.html | |
parent | 54820ce91c9e15a18b7e1935868be2e678858425 (diff) |
fix broken GCC bugzilla link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index d15506014b..e372972426 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -352,7 +352,7 @@ build.</p> </div> <div class="answer"> -<p>This is <a href="http://gcc.gnu.org/PR?13392">a bug in GCC</a>, and +<p>This is <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13392">a bug in GCC</a>, and affects projects other than LLVM. Try upgrading or downgrading your GCC.</p> </div> |