summaryrefslogtreecommitdiffstats
path: root/documentation/gwt/gwt-overview.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/gwt/gwt-overview.asciidoc')
-rw-r--r--documentation/gwt/gwt-overview.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/gwt/gwt-overview.asciidoc b/documentation/gwt/gwt-overview.asciidoc
index 16841ab791..c2e31cac68 100644
--- a/documentation/gwt/gwt-overview.asciidoc
+++ b/documentation/gwt/gwt-overview.asciidoc
@@ -53,7 +53,7 @@ event to the server-side using RPC.
== Project Structure
Widget set compilation, as described in
-<<dummy/../../../framework/clientside/clientside-module#clientside.module,"Client-Side
+<<../clientside/clientside-module#clientside.module,"Client-Side
Module Descriptor">>, requires using a special project structure, where the
client-side classes are located under a [filename]#client# package under the
package of the module descriptor. Any static resources, such as stylesheets and
@@ -68,7 +68,7 @@ The basic project structure is illustrated in <<figure.gwt.overview.project>>.
image::img/gwt-widget-files-hi.png[]
The Eclipse wizard, described in
-<<dummy/../../../framework/gwt/gwt-eclipse#gwt.eclipse,"Starting It Simple With
+<<gwt-eclipse#gwt.eclipse,"Starting It Simple With
Eclipse">>, creates a widget integration skeleton with the above structure.