aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2008-02-12 12:13:45 +0000
committerMarc Englund <marc.englund@itmill.com>2008-02-12 12:13:45 +0000
commit6ef01b90e15c0bbe08e65ca13edb9c881952c99b (patch)
tree6667b9cd70fa0f63a552161ea4e75e484f1bd352 /src
parentbfb716d884a6946d4dc88f3c68f6a3b466e74774 (diff)
downloadvaadin-framework-6ef01b90e15c0bbe08e65ca13edb9c881952c99b.tar.gz
vaadin-framework-6ef01b90e15c0bbe08e65ca13edb9c881952c99b.zip
updated link to manual
svn changeset:3782/svn branch:trunk
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java b/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java
index 9410c8558b..0b30078d8b 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/RichTextExample.java
@@ -20,7 +20,7 @@ public class RichTextExample extends CustomComponent {
public static final String txt = "<h1>RichText editor example</h1>"
+ "To edit this text, press the <b>Edit</b> button below."
+ "<br/>"
- + "See the <A href=\"http://www.itmill.com/manual/\">manual</a> "
+ + "See the <A href=\"http://www.itmill.com/documentation/itmill-toolkit-5-reference-manual/\">manual</a> "
+ "for more information.";
private final OrderedLayout main;