aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-12-09 20:26:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-12-09 20:26:53 +0000
commit3df00a0dea5b5fb896663f349696793473a146cb (patch)
tree1bc1d5fefeacde8cee5602bb4d6fde851c1a45f8 /docs/index.html
parentd97cb4608c205ab31dbb758923ed2bb0e9dbbba7 (diff)
downloadexternal_llvm-3df00a0dea5b5fb896663f349696793473a146cb.zip
external_llvm-3df00a0dea5b5fb896663f349696793473a146cb.tar.gz
external_llvm-3df00a0dea5b5fb896663f349696793473a146cb.tar.bz2
We now have a real Bugpoint doc, not just a huge man page.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index ba48d07..6a991bd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -183,8 +183,8 @@ GC'd programs.</li>
LLVM</a> - This document describes the design and philosophy behind the LLVM
source-level debugger.</li>
-<li><a href="CommandGuide/html/bugpoint.html">bugpoint</a> - automatic bug
-finder and test-case reducer description and usage information.</li>
+<li><a href="Bugpoint.html">bugpoint</a> - automatic bug finder and test-case
+reducer description and usage information.</li>
<li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
describes the design and configuration of the LLVM compiler driver tool,