aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/clientside
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-08-30 15:26:06 +0200
committerHenri Sara <henri.sara@gmail.com>2017-08-31 08:40:27 +0300
commit7641b63854057cb34c87a3bffe618123b6760db3 (patch)
treefaf5f2429a6bfc205f916bea9b0a057c8d7024c5 /documentation/clientside
parent0d944e6e8ea5963b94109401432814321add9068 (diff)
downloadvaadin-framework-7641b63854057cb34c87a3bffe618123b6760db3.tar.gz
vaadin-framework-7641b63854057cb34c87a3bffe618123b6760db3.zip
Correct DOCTYPE of GWT widgetset
Diffstat (limited to 'documentation/clientside')
-rw-r--r--documentation/clientside/clientside-module.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/clientside/clientside-module.asciidoc b/documentation/clientside/clientside-module.asciidoc
index 4656264ce1..f7476dbe5b 100644
--- a/documentation/clientside/clientside-module.asciidoc
+++ b/documentation/clientside/clientside-module.asciidoc
@@ -20,8 +20,8 @@ widget set, you should normally inherit the [classname]#DefaultWidgetSet#.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC
- "-//Google Inc.//DTD Google Web Toolkit 1.7.0//EN"
- "http://google-web-toolkit.googlecode.com/svn/tags/1.7.0/distro-source/core/src/gwt-module.dtd">
+ "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN"
+ "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd">
<module>
<!-- Inherit the default widget set -->