diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-07-17 11:36:24 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-07-17 11:36:24 +0000 |
commit | 227c40225503e90935e739778977a976dd087314 (patch) | |
tree | 873f7289d4e0cc74a1ecee1e327f35da6d7c0075 /WebContent/index.html | |
parent | 28696d457c94797ef684dade64e2116f1b0da02e (diff) | |
download | vaadin-framework-227c40225503e90935e739778977a976dd087314.tar.gz vaadin-framework-227c40225503e90935e739778977a976dd087314.zip |
Correcting the urls in examples index.html
svn changeset:1870/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index b0a4b30cab..879a8088b9 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -13,7 +13,7 @@ <div class="feature-browser">
- <h4>Feature Browser</h4>
+ <h4><a href="FeaturesApplication/">Feature Browser</a></h4>
<div class="option">
<span class="link"><a href="FeaturesApplication/">FeatureBrowser</a></span>
<span class="desc">Test bench application for trying out different components and features of the IT Mill Toolkit</span>
|