about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-12 07:48:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-12 07:48:09 +0000
commita3f0578ef770b657a62da83278b81e775a3af166 (patch)
tree9c610d7ad9dd3d187bbfc4b080d3d30afd5c5707
parentbc2c3938d857fded44288ad346e8a3c60726c30c (diff)
downloadklee-a3f0578ef770b657a62da83278b81e775a3af166.tar.gz
Add a few useful links
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@71546 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/menu.html.incl7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl
index 191a2b14..dbfe7687 100644
--- a/www/menu.html.incl
+++ b/www/menu.html.incl
@@ -7,4 +7,11 @@
     <label>klee Info</label>
     <a href="index.html">About</a>
   </div>
+
+  <div class="submenu">
+    <label>Quick Links</label>
+    <a href="http://keeda.stanford.edu/mailman/listinfo/klee-dev">klee-dev</a>
+    <a href="http://llvm.org/svn/llvm-project/klee/trunk/">Browse SVN</a>
+    <a href="http://llvm.org/viewvc/llvm-project/klee/trunk/">Browse ViewVC</a>
+  </div>
 </div>