diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2013-07-01 18:01:01 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2013-07-01 18:01:01 +0000 |
commit | e4ce97b38411de5d972ee4cf89cede342b7f82f0 (patch) | |
tree | ef6f5e1f7c9b023f544eb451d79b50341b9cac3f /www/Documentation.html | |
parent | 8e7a137e640823dae8364e1fc928dfb34f7271bb (diff) | |
download | klee-e4ce97b38411de5d972ee4cf89cede342b7f82f0.tar.gz |
Developer's guide by Dan Liew, with a few changes from me.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@185351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/Documentation.html')
-rw-r--r-- | www/Documentation.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/Documentation.html b/www/Documentation.html index 8c19b36e..538cada7 100644 --- a/www/Documentation.html +++ b/www/Documentation.html @@ -47,6 +47,10 @@ Some information about the Coreutils experiments presented in our <a href="http://www.doc.ic.ac.uk/~cristic/papers/klee-osdi-08.pdf">KLEE OSDI'08 paper</a>. </li> + <li> + <a href="developers-guide.html">Developer's Guide</a>: + A brief guide on working with the KLEE source code. + </li> </ol> </div> </body> |