]> source.dussan.org Git - vaadin-framework.git/commitdiff
Documentation URIs corrected.
authorMarc Englund <marc.englund@itmill.com>
Tue, 11 Dec 2007 13:41:22 +0000 (13:41 +0000)
committerMarc Englund <marc.englund@itmill.com>
Tue, 11 Dec 2007 13:41:22 +0000 (13:41 +0000)
svn changeset:3216/svn branch:trunk

src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java

index 0e80eba006f1758cf44c9f64d001534ecb055eb7..1088cd789d997c24f7fb47585c5109fe728589e0 100644 (file)
@@ -246,8 +246,8 @@ public class FeatureBrowser extends com.itmill.toolkit.Application implements
         exp.expand(ts);
 
         final Label status = new Label(
-                "<a href=\"http://www.itmill.com/index_developers.htm\">Developer Area</a>"
-                        + " | <a href=\"http://www.itmill.com/developers_documentation.htm\">Documentation</a>");
+                "<a href=\"http://www.itmill.com/developers/\">Developer Area</a>"
+                        + " | <a href=\"http://www.itmill.com/documentation/\">Documentation</a>");
         status.setContentMode(Label.CONTENT_XHTML);
         exp.addComponent(status);
         exp.setComponentAlignment(status, OrderedLayout.ALIGNMENT_RIGHT,