diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-08 14:00:47 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-08 14:00:47 +0000 |
commit | a725555012caf89346dda785c8785a7e5260081c (patch) | |
tree | 19960326c98963350dcb4480a1d5b6d933671324 /index.html | |
parent | 64632d5976a4a7d5a5e259987f10e0e449852d98 (diff) | |
download | vaadin-framework-a725555012caf89346dda785c8785a7e5260081c.tar.gz vaadin-framework-a725555012caf89346dda785c8785a7e5260081c.zip |
Corrected links to manual
svn changeset:574/svn branch:toolkit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html index d04b6113e7..0627b40975 100644 --- a/index.html +++ b/index.html @@ -84,10 +84,11 @@ <ul> <li><a href="doc/manual/ch01.html">Introduction</a></li> <li><a href="doc/manual/ch01s02.html">Example application walkthrough</a></li> - <li><a href="doc/manual/ch01s04.html">Development environment setup</a></li> + <li><a href="doc/manual/ch01s03.html">Development environment setup</a></li> + <li><a href="doc/manual/pt2.html">API Reference</a></li> </ul> </li> - <li><a href="doc/api/index.html">API Documentation</a></li> + <li><a href="doc/api/index.html">Standard JavaDoc API</a></li> </ul> <h4>Examples</h4> |