summaryrefslogtreecommitdiffstats
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2008-08-26 21:36:37 +0000
committerNico Weber <nicolasweber@gmx.de>2008-08-26 21:36:37 +0000
commit647d3fec69be62461f7ad8c89328b380017a5b97 (patch)
tree5fd9698cc86d795d72c8b5afe6523897355186bf /www/get_involved.html
parent4e3ee00a2516567efc25ac733bba9b714de08e95 (diff)
make www less outdated
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index efbba1031e..8d0c685113 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -68,15 +68,14 @@ the clang type checker and verifier is quite close to complete (but not bug
free!) for C and Objective C. We appreciate all reports of code that is
rejected by the front-end, and if you notice invalid code that is not rejected
by clang, that is also very important to us. For make-based projects,
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">
-the script attached to this post</a> might help to get you started.</li>
+the <a href="get_started.html#ccc"><code>ccc</code></a> script in clang's
+<tt>utils</tt> folder might help to get you started.</li>
<li><b>Compile your favorite C project with "clang -emit-llvm"</b>:
The clang to LLVM converter is getting more mature, so you may be able to
compile it. If not, please let us know. Again,
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">
-the attachment to this post</a> might help you. Once it compiles it should
-run. If not, that's a bug :)</li>
+<a href="get_started.html#ccc"><code>ccc</code></a> might help you. Once it
+compiles it should run. If not, that's a bug :)</li>
<li><b>Work on code generation for Objective C</b>: -emit-llvm support for
Objective C is basically nonexistent at the time of this writing, this is a