summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-03 21:50:09 +0000
committerChris Lattner <sabre@nondot.org>2009-11-03 21:50:09 +0000
commit554ee4a743906672266e6242af731cfd8b3a816a (patch)
treec06b4bf8cf358f95a0da19c09762e22708975ece /docs
parent777c6b7caa9bbefe14085bf51e91a0bf21b0b3c0 (diff)
downloadllvm-554ee4a743906672266e6242af731cfd8b3a816a.tar.gz
llvm-554ee4a743906672266e6242af731cfd8b3a816a.tar.bz2
llvm-554ee4a743906672266e6242af731cfd8b3a816a.tar.xz
fix broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 95866dd625..5a5a01ae83 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -1058,7 +1058,7 @@ there isn't already one.</p>
<li>LLVM will not correctly compile on Solaris and/or OpenSolaris
using the stock GCC 3.x.x series 'out the box',
-See: <a href="#brokengcc">Broken versions of GCC and other tools</a>.
+See: <a href="GettingStarted.html#brokengcc">Broken versions of GCC and other tools</a>.
However, A <a href="http://pkg.auroraux.org/GCC">Modern GCC Build</a>
for x86/x86-64 has been made available from the third party AuroraUX Project
that has been meticulously tested for bootstrapping LLVM &amp; Clang.</li>