diff options
Diffstat (limited to 'www/tutorials.html')
-rw-r--r-- | www/tutorials.html | 8 |
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> |