diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-12 13:55:34 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-12 13:55:34 +0000 |
commit | dbc967ab3da9c9f0e0a3d16c5de399e3bdeab478 (patch) | |
tree | d3e9201fa313490817f1d1e57919b9c43cbfa9d4 /WebContent | |
parent | 53bedd57538ea19ba2ac49c4dc49678159ac8c23 (diff) | |
download | vaadin-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.html | 6 |
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 – The classic example</h6> - <a href="HelloWorld.java" title="View Source">HelloWorld.java</a> • <a href="/HelloWorld">Run the app »</a> + <a href="HelloWorld.java" title="View Source">HelloWorld.java</a> • <a href="HelloWorld">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">Run the app »</a> + <a href="Calc.java" title="View Source">Calc.java</a> • <a href="Calc">Run the app »</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> |