diff options
Diffstat (limited to 'docu/index.html')
-rw-r--r-- | docu/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docu/index.html b/docu/index.html index 9780b44..fad93eb 100644 --- a/docu/index.html +++ b/docu/index.html @@ -30,7 +30,7 @@ <p>This documentation is splitted in two parts:</p> <ol> <li><a href="language_definition.html">The definition of the STE template language</a>, including the documentation of the <a href="language_definition.html#builtin">builtin tags</a> and the <a href="language_definition.html#stdlib">standard library</a></li> - <li><a href="nd">The documentation of the PHP implementation</a></li> + <li><a href="phpdoc/index.html">The documentation of the PHP implementation</a></li> </ol> <p>It could also be helpful to take a look at the example program (the "example" directory).</p> </body> |