diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-05-18 08:34:19 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-05-18 08:34:19 +0000 |
commit | 1a69373788ba52824aef113131d4b385f08de299 (patch) | |
tree | 849f42a1f147076a0c92b5fed642756bc04d626e /WebContent/index.html | |
parent | c2540fe16687bd7395414d2db4cba0e69d31eb7f (diff) | |
download | vaadin-framework-1a69373788ba52824aef113131d4b385f08de299.tar.gz vaadin-framework-1a69373788ba52824aef113131d4b385f08de299.zip |
Fixed tutorial and manual link for #2966.
svn changeset:7841/svn branch:6.0
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 6ff4f90221..22d9f0c123 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -106,7 +106,7 @@ <h4 id="address-book">Address Book tutorial</h4> <p>Read the step-by-step tutorial and learn how to build a simple contacts management application.</p> <ul class="links"> - <li><a href="http://itmill.com/documentation/itmill-toolkit-5-tutorial/" class="more">Step-by-step tutorial</a></li> + <li><a href="http://vaadin.com/tutorial/" class="more">Step-by-step tutorial</a></li> <li><a href="AddressBook/" class="more">See Address Book application</a></li> </ul> @@ -167,7 +167,7 @@ <h5>Documentation</h5> <ul> <li><a href="release-notes.html">Release Notes</a></li> - <li><a href="docs/manual/index.html">Manual</a> (<a href="docs/manual.pdf">view as PDF</a>)</li> + <li><a href="docs/book-of-vaadin.pdf">Manual</a></li> <li><a href="docs/api/index.html">JavaDoc API</a></li> </ul> </div> |