diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-21 22:52:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-21 22:52:48 +0000 |
commit | fcd3725747845f2718b60ac40a0bb97b761fb42e (patch) | |
tree | b7ef20ddb982fcf577fd3fecb524332335bcae4b /docs/GettingStarted.html | |
parent | 0280aa9795a528b7a6f6c31b1b95a2ba04e13730 (diff) | |
download | external_llvm-fcd3725747845f2718b60ac40a0bb97b761fb42e.zip external_llvm-fcd3725747845f2718b60ac40a0bb97b761fb42e.tar.gz external_llvm-fcd3725747845f2718b60ac40a0bb97b761fb42e.tar.bz2 |
Fix some broken links
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 9819431..69c3603 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -151,7 +151,7 @@ from the LLVM suite.</p> </ol> -<p>Consult the <a href="starting">Getting Started with LLVM</a> section for +<p>Consult the <a href="#starting">Getting Started with LLVM</a> section for detailed information on configuring and compiling LLVM. See <a href="#environment">Setting Up Your Environment</a> for tips that simplify working with the GCC front end and LLVM tools. Go to <a href="#layout">Program |