about summary refs log tree commit diff homepage
path: root/www/tutorials.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-27 16:03:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-27 16:03:03 +0000
commit0192b63f304c75f225d7ad13c1ee348597195c77 (patch)
tree31669ba1b8b46e9d5cffb904778e191faca9de9a /www/tutorials.html
parent77bcf7c643e72891d9ec468a41d1ab9c89b86dfe (diff)
downloadklee-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/tutorials.html')
-rw-r--r--www/tutorials.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/tutorials.html b/www/tutorials.html
index d618a91e..795c629e 100644
--- a/www/tutorials.html
+++ b/www/tutorials.html
@@ -4,7 +4,7 @@
 <html>
 <head>
   <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-  <title>The KLEE Symbolic Virtual Machine</title>
+  <title>KLEE - Tutorials</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
 </head>
@@ -16,7 +16,11 @@
   <!--*********************************************************************-->
 
   <ol>
-  <li><a href="tutorial-1.html">Tutorial One</a>:  Using KLEE on a toy example</li>
+    <li><a href="tutorial-1.html">Tutorial One</a>: Using KLEE on a toy
+      example.</li>
+
+    <li><a href="Tutorial-2.html">Tutorial Two</a>: Testing a simple regular
+      expression library.</li>
   </ol>