diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-27 16:03:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-27 16:03:03 +0000 |
commit | 0192b63f304c75f225d7ad13c1ee348597195c77 (patch) | |
tree | 31669ba1b8b46e9d5cffb904778e191faca9de9a /www/menu.html.incl | |
parent | 77bcf7c643e72891d9ec468a41d1ab9c89b86dfe (diff) | |
download | klee-0192b63f304c75f225d7ad13c1ee348597195c77.tar.gz |
Move the regular expression example to "Tutorial Two".
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.html.incl')
-rw-r--r-- | www/menu.html.incl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl index 58245138..1c15ab44 100644 --- a/www/menu.html.incl +++ b/www/menu.html.incl @@ -6,15 +6,15 @@ <div class="submenu"> <label>KLEE Info</label> <a href="index.html">About</a> - <a href="GetStarted.html">Get Started</a> + <a href="GetStarted.html">Getting Started</a> <a href="GetInvolved.html">Get Involved</a> <a href="tutorials.html">Tutorials</a> - <a href="Examples.html">Examples</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/bugs/">Bug Reports</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> <a href="http://t1.minormatter.com/~ddunbar/klee-doxygen/index.html">doxygen</a> |