aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-12-04 00:45:09 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-12-04 00:45:09 +0000
commit43ee293abe6843ff5bcf1f0e15f314b3c2fbf8e0 (patch)
tree021cef5db2f1c336980cd3201179d13b5ef827bb
parent4f5659e829463806ffc538fe34bfb7b1906f0982 (diff)
Use the standard PR### notation for referencing bugs in bugzilla
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18476 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1c3d8be1e2..cf189e6a64 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -419,8 +419,7 @@ components, please contact us on the llvmdev list.</p>
</pre></li>
<li>Initialization of global union variables can only be done <a
-href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=162">with the largest union
-member</a>.</li>
+href="http://llvm.cs.uiuc.edu/PR162">with the largest union member</a>.</li>
<li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] Error when an implicitly
external function is re-declared as static</a></li>