diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-18 20:18:31 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-18 20:18:31 +0000 |
commit | b3707baf891f20ca4af49f7421cc231371783457 (patch) | |
tree | 8a15791839a29c8f89fc9dbd4e3a51e7108a2056 /docs/GettingStarted.html | |
parent | 883bcbea3ec7ad9c686b4ab90257d8487b057d98 (diff) | |
download | external_llvm-b3707baf891f20ca4af49f7421cc231371783457.zip external_llvm-b3707baf891f20ca4af49f7421cc231371783457.tar.gz external_llvm-b3707baf891f20ca4af49f7421cc231371783457.tar.bz2 |
Fix relative link to the CVS mirrors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14239 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d9610c0..9819431 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -114,7 +114,7 @@ from the LLVM suite.</p> <li><tt>cd llvm</tt> </ol></li> - <li>With anonymous CVS access (or use a <a href="#checkout">mirror</a>): + <li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>): <ol> <li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li> <li><tt>cvs -d @@ -473,7 +473,8 @@ from the CVS repository:</p> these user-hosted mirrors:</p> <ul> -<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems Inc.</a></li> +<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems +Inc.</a></li> </ul> </div> |