diff options
Diffstat (limited to 'www/GetInvolved.html')
-rw-r--r-- | www/GetInvolved.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/GetInvolved.html b/www/GetInvolved.html index 0cde1299..2ff2b5ee 100644 --- a/www/GetInvolved.html +++ b/www/GetInvolved.html @@ -36,12 +36,16 @@ and also fill a bug report on <a href="http://llvm.org/bugs/">Bugzilla</a></a> u <h2>Working with the Code</h2> -<p>KLEE developer documentation is written in doxygen and you may have it online here: - <a href="http://t1.minormatter.com/~ddunbar/klee-doxygen/index.html">doxygen</a> - (this is updated nightly from the source tree).</p> +<p> You should first check <a href="developers-guide.html">KLEE's developer's guide</a>.</p> + +<p>Developer documentation is written in + <a href="http://t1.minormatter.com/~ddunbar/klee-doxygen/index.html">doxygen</a>. +<!-- (this page is updated nightly from the source tree).--> +</p> + +</p> -<p>Many parts of KLEE rely on the LLVM infrastructure, you can find more -information about programming for LLVM here: +<p>Many parts of KLEE rely on the LLVM infrastructure, so you might also want to look at <a href="http://llvm.org/docs/#llvmprog">LLVM's General Programming Documentation</a>.</p> </div> |