aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/gwt/gwt-server-side.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/gwt/gwt-server-side.asciidoc')
-rw-r--r--documentation/gwt/gwt-server-side.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-server-side.asciidoc b/documentation/gwt/gwt-server-side.asciidoc
index 9abf389a5e..8d2d12ee5e 100644
--- a/documentation/gwt/gwt-server-side.asciidoc
+++ b/documentation/gwt/gwt-server-side.asciidoc
@@ -16,7 +16,7 @@ client-side, in addition to any server-side logic.
== Basic Server-Side Component
The component state is usually managed by a __shared state__, described later in
-<<dummy/../../../framework/gwt/gwt-shared-state#gwt.shared-state,"Shared
+<<gwt-shared-state#gwt.shared-state,"Shared
State">>.
[source, java]