diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-02-19 09:39:26 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-02-19 09:39:26 +0000 |
commit | f4698c82002f1581f5a33fe7540b7ad85e1f1447 (patch) | |
tree | ebab78a9e70b9d91d069c5dc480dc651cbbe4dd7 /WebContent/index.html | |
parent | 15e294af28513c2163fe127b8493060b9317eaa6 (diff) | |
download | vaadin-framework-f4698c82002f1581f5a33fe7540b7ad85e1f1447.tar.gz vaadin-framework-f4698c82002f1581f5a33fe7540b7ad85e1f1447.zip |
Fix for #2623 and #2624 - Corrected source paths in index.html
svn changeset:6903/svn branch:trunk
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 4542290d49..aa0b5803fd 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -120,9 +120,9 @@ <ul> <li><a class="demoapp" href="HelloWorld/">Hello world</a> (<a href="doc/example-source/com/itmill/toolkit/demo/HelloWorld.java.html">sources</a>)</li> <li><a class="demoapp" href="Calc/">Calculator</a> (<a href="doc/example-source/com/itmill/toolkit/demo/Calc.java.html">sources</a>)</li> - <li><a class="demoapp" href="Reservr">Reservr – reservation application</a> (<a href="doc/example-source/com/itmill/toolkit/demo/reservr">sources</a>)</li> + <li><a class="demoapp" href="Reservr">Reservr – reservation application</a> (<a href="doc/example-source/com/itmill/toolkit/demo/reservation">sources</a>)</li> <li><a class="demoapp" href="Coverflow/">Coverflow – Flex integration</a> (<a href="doc/example-source/com/itmill/toolkit/demo/coverflow">sources</a>)</li> - <li><a class="demoapp" href="ToolkitTunesLayout/">ToolkitTunes – advanced layout & theme</a> (<a href="doc/example-source/com/itmill/toolkit/demo/ToolkitTunes.java.html">sources</a>)</li> + <li><a class="demoapp" href="ToolkitTunesLayout/">ToolkitTunes – advanced layout & theme</a> (<a href="doc/example-source/com/itmill/toolkit/demo/ToolkitTunesLayout.java.html">sources</a>)</li> </ul> </div> <!-- /demos --> |