diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-13 09:25:04 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-13 09:25:04 +0000 |
commit | 56e26d1075020fcf06e2ea52e99240fbc6dde2f1 (patch) | |
tree | 0d229b3e9de47e4c7e050fc978ada7d8a807045d /WebContent | |
parent | a222b87024a8185df87f6ede3ccdc8c0f9fff063 (diff) | |
download | vaadin-framework-56e26d1075020fcf06e2ea52e99240fbc6dde2f1.tar.gz vaadin-framework-56e26d1075020fcf06e2ea52e99240fbc6dde2f1.zip |
Fixed source links, VaadinTunes link and added link to online BoV
svn changeset:12499/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index a24d72ee3f..1e53612817 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -81,11 +81,11 @@ <ul> <li> <h6>Hello World – The classic example</h6> - <a href="HelloWorld.java" title="View Source">HelloWorld.java</a> • <a href="HelloWorld" class="demoapp">Run the app »</a> + <a href="docs/example-source/com/vaadin/demo/HelloWorld.java.html" title="View Source">HelloWorld.java</a> • <a href="HelloWorld" class="demoapp">Run the app »</a> </li> <li> <h6>Calculator – Simple logic & event handling</h6> - <a href="Calc.java" title="View Source">Calc.java</a> • <a href="Calc" class="demoapp">Run the app »</a> + <a href="docs/example-source/com/vaadin/demo/Calc.java.html" title="View Source">Calc.java</a> • <a href="Calc" class="demoapp">Run the app »</a> </li> </ul> </div> @@ -168,11 +168,11 @@ <a class="thumb-rel" href="http://vaadin.com/directory#addon/106">Available in the Vaadin Directory</a> </div> <div class="col2"> - <a class="thumb demoapp" href="VaadinTunes"> + <a class="thumb demoapp" href="VaadinTunesLayout/"> <img src="demo/img/icons/vaadintunes.png" /> <span><strong>VaadinTunes</strong>Advanced layout and theme example</span> </a> - <a class="thumb-rel" href="vaadin-tunes-sources">Source code</a> + <a class="thumb-rel" href="http://demo.vaadin.com/docs/example-source/com/vaadin/demo/VaadinTunesLayout.java.html">Source code</a> </div> </div> @@ -235,7 +235,7 @@ <img src="demo/img/book-of-vaadin.png" /> <h5>Book of Vaadin</h5> <h6>Documentation Is The Key to Understanding</h6> - <p><a href="docs/book-of-vaadin.pdf">The Book of Vaadin</a> provides you with all the information you need about Vaadin in a comprehensive form. It's available as a free PDF download, or alternatively as a physical book from Lulu.com</p> + <p>The Book of Vaadin provides you with all the information you need about Vaadin in a comprehensive form. It's available as a <a href="docs/book-of-vaadin.pdf">free PDF download</a>, <a href="http://vaadin.com/book">an online version</a>, and as a physical book from Lulu.com</p> </div> <div class="col2" <h5>API</h5> |