summaryrefslogtreecommitdiffstats
path: root/WebContent/index.html
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-12-17 07:49:44 +0000
committerArtur Signell <artur.signell@itmill.com>2009-12-17 07:49:44 +0000
commit7e93a75477d0de7ebd2a7eed00865cffeb5947a1 (patch)
tree7bc55fb53b4645e32299575de2a277a30e2b6603 /WebContent/index.html
parent1237b45383bce1f80afe2657fa93a076402fe435 (diff)
downloadvaadin-framework-7e93a75477d0de7ebd2a7eed00865cffeb5947a1.tar.gz
vaadin-framework-7e93a75477d0de7ebd2a7eed00865cffeb5947a1.zip
Fix for #3872 - Remove reservr from demo page
svn changeset:10367/svn branch:6.2
Diffstat (limited to 'WebContent/index.html')
-rw-r--r--WebContent/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 1dc2c853e8..8d290ec697 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -65,8 +65,7 @@
<div id="content">
<div id="demos">
<h3>Additional demos</h3>
- <ul><li><a class="demoapp" href="Reservr">Reservr &ndash; reservation application</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/reservation">sources</a>)</li>
- <li><a class="demoapp" href="VaadinTunesLayout/">VaadinTunes &ndash; advanced layout &amp; theme</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/VaadinTunesLayout.java.html">sources</a>)</li>
+ <ul><li><a class="demoapp" href="VaadinTunesLayout/">VaadinTunes &ndash; advanced layout &amp; theme</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/VaadinTunesLayout.java.html">sources</a>)</li>
<li><a class="demoapp" href="Coverflow/">Coverflow &ndash; Flex integration</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/coverflow">sources</a>)</li>
<li><a class="demoapp" href="ReindeerTheme">Reindeer theme &ndash; see available styles</a></li>
</ul>