diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-08 17:38:02 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-08 17:38:02 +0000 |
commit | 0521c9ed7cc25c8ec0d8d1b3c309d5ce6bd3f7c4 (patch) | |
tree | d032a0e1c56c907e386045a8f92a7b6c489b4d60 | |
parent | 8c09848ad556177c00a97aded4767530be5e77c0 (diff) | |
download | klee-0521c9ed7cc25c8ec0d8d1b3c309d5ce6bd3f7c4.tar.gz |
Make menu work w/o being at the top level.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@71228 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/menu.html.incl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl index 96e29687..191a2b14 100644 --- a/www/menu.html.incl +++ b/www/menu.html.incl @@ -5,6 +5,6 @@ <div class="submenu"> <label>klee Info</label> - <a href="/index.html">About</a> + <a href="index.html">About</a> </div> </div> |