diff options
Diffstat (limited to 'src/com/vaadin/automatedtests/featurebrowser/RichTextExample.java')
-rw-r--r-- | src/com/vaadin/automatedtests/featurebrowser/RichTextExample.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/automatedtests/featurebrowser/RichTextExample.java b/src/com/vaadin/automatedtests/featurebrowser/RichTextExample.java index 0fb21b2200..84c16e3a26 100644 --- a/src/com/vaadin/automatedtests/featurebrowser/RichTextExample.java +++ b/src/com/vaadin/automatedtests/featurebrowser/RichTextExample.java @@ -21,7 +21,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/documentation/itmill-toolkit-5-reference-manual/\">manual</a> "
+ + "See the <A href=\"http://www.vaadin.com/book\">Book of Vaadin</a> "
+ "for more information.";
private final VerticalLayout main;
|