aboutsummaryrefslogtreecommitdiffstats
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-03-30 12:22:09 +0000
committerDuncan Sands <baldrick@free.fr>2007-03-30 12:22:09 +0000
commit8036ca47e27c22055cf8d708358b2e48b2a63e3b (patch)
tree840c2cc053818898ba2deb5dc84f5006114708bc /docs/DeveloperPolicy.html
parent0e2d3ac0f8794af9f4502df131f78cea7b8c2518 (diff)
downloadexternal_llvm-8036ca47e27c22055cf8d708358b2e48b2a63e3b.zip
external_llvm-8036ca47e27c22055cf8d708358b2e48b2a63e3b.tar.gz
external_llvm-8036ca47e27c22055cf8d708358b2e48b2a63e3b.tar.bz2
Various hopefully correct easy fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index db112af..85b8aab 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -162,7 +162,7 @@
bug being fixed or feature being implemented is in the llvm-gcc C++
front-end, in which case it must be written in C++).</li>
<li>Test cases, especially for regressions, should be reduced as much as
- possible, by <a href="CommandGuide/html/bugpoint.html">bugpoint</a> or
+ possible, by <a href="Bugpoint.html">bugpoint</a> or
manually. It is unacceptable
to place an entire failing program into <tt>llvm/test</tt> as this creates
a <i>time-to-test</i> burden on all developers. Please keep them short.</li>