summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-04-12 13:55:34 +0000
committerArtur Signell <artur.signell@itmill.com>2010-04-12 13:55:34 +0000
commitdbc967ab3da9c9f0e0a3d16c5de399e3bdeab478 (patch)
treed3e9201fa313490817f1d1e57919b9c43cbfa9d4 /WebContent
parent53bedd57538ea19ba2ac49c4dc49678159ac8c23 (diff)
downloadvaadin-framework-dbc967ab3da9c9f0e0a3d16c5de399e3bdeab478.tar.gz
vaadin-framework-dbc967ab3da9c9f0e0a3d16c5de399e3bdeab478.zip
Absolute to relative urls
svn changeset:12480/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 0949411fbc..c8fb74b60e 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -82,11 +82,11 @@
<ul>
<li>
<h6>Hello World &ndash; The classic example</h6>
- <a href="HelloWorld.java" title="View Source">HelloWorld.java</a> &nbsp;&bull;&nbsp; <a href="/HelloWorld">Run the app &raquo;</a>
+ <a href="HelloWorld.java" title="View Source">HelloWorld.java</a> &nbsp;&bull;&nbsp; <a href="HelloWorld">Run the app &raquo;</a>
</li>
<li>
<h6>Calculator &ndash; Simple logic &amp; event handling</h6>
- <a href="Calc.java" title="View Source">Calc.java</a> &nbsp;&bull;&nbsp; <a href="/Calc">Run the app &raquo;</a>
+ <a href="Calc.java" title="View Source">Calc.java</a> &nbsp;&bull;&nbsp; <a href="Calc">Run the app &raquo;</a>
</li>
</ul>
</div>
@@ -152,7 +152,7 @@
<a class="thumb-rel" href="http://vaadin.com/directory#addon/106">Available in the Directory</a>
</div>
<div class="col2">
- <a class="thumb" href="/VaadinTunes">
+ <a class="thumb" href="VaadinTunes">
<img src="demo/img/icons/vaadintunes.png" />
<span><strong>VaadinTunes</strong>Advanced layout and theme example</span>
</a>