summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2013-09-09 17:19:27 +0000
committerTed Kremenek <kremenek@apple.com>2013-09-09 17:19:27 +0000
commit457e05aee22417dc59ee4a51ead73e7be46f0e4b (patch)
tree6cf6b11c2ac090f11f6cb633494f64d57fcc8bdb /www
parentb60fae50d38a0291e1c5731b2fb22849d26ca342 (diff)
downloadclang-457e05aee22417dc59ee4a51ead73e7be46f0e4b.tar.gz
clang-457e05aee22417dc59ee4a51ead73e7be46f0e4b.tar.bz2
clang-457e05aee22417dc59ee4a51ead73e7be46f0e4b.tar.xz
Move checker downloads to llvm.org.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/analyzer/latest_checker.html.incl2
-rw-r--r--www/analyzer/release_notes.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/analyzer/latest_checker.html.incl b/www/analyzer/latest_checker.html.incl
index 15e98e1489..5062622c8c 100644
--- a/www/analyzer/latest_checker.html.incl
+++ b/www/analyzer/latest_checker.html.incl
@@ -1 +1 @@
-<b><a href="https://attache.apple.com/AttacheWeb/dl?id=ATCa7ffcf434b2d42e2808c038760f52a77">checker-275.tar.bz2</a></b> (built May 23, 2013)
+<b><a href="downloads/checker-275.tar.bz2">checker-275.tar.bz2</a></b> (built May 23, 2013)
diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html
index 372a36b534..bc052bbec0 100644
--- a/www/analyzer/release_notes.html
+++ b/www/analyzer/release_notes.html
@@ -17,7 +17,7 @@
<h4 id="checker_275">checker-275</h4>
<p><b>built:</b> May 23, 2013</br>
- <b>download:</b> <a href="https://attache.apple.com/AttacheWeb/dl?id=ATCa7ffcf434b2d42e2808c038760f52a77">checker-275.tar.bz2</a></p>
+ <b>download:</b> <a href="downloads/checker-275.tar.bz2">checker-275.tar.bz2</a></p>
<p><b>highlights:</b></p>
<ul>
<li>Xcode: Includes a new arrow layout algorithm for issue presentation within Xcode. The goal is for interprocedural bug reports to look cleaner and less busy (and easier to read). Feedback appreciated.</li>