summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit16f122e6ad7cd9865851b3a2f43d89f703dbcdf9 (patch)
treec9fc79fd04df1b4cb05d79ad3f4e067841ad5344 /llvm/docs/DeveloperPolicy.html
parentb25806fa5fb7aa0f79e2e6ff416941867ba4a354 (diff)
downloadbcm5719-llvm-16f122e6ad7cd9865851b3a2f43d89f703dbcdf9.tar.gz
bcm5719-llvm-16f122e6ad7cd9865851b3a2f43d89f703dbcdf9.zip
Various hopefully correct easy fixes.
llvm-svn: 35506
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r--llvm/docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html
index db112af1a73..85b8aab2c1b 100644
--- a/llvm/docs/DeveloperPolicy.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud