diff options
Diffstat (limited to 'documentation/gwt/gwt-styling.asciidoc')
-rw-r--r-- | documentation/gwt/gwt-styling.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-styling.asciidoc b/documentation/gwt/gwt-styling.asciidoc index 6a903b6524..f9c2bc0e11 100644 --- a/documentation/gwt/gwt-styling.asciidoc +++ b/documentation/gwt/gwt-styling.asciidoc @@ -60,7 +60,7 @@ as well. A client-side module, which is normally a widget set, can include stylesheets. They must be placed under the [filename]#public# folder under the folder of the widget set, a described in -<<dummy/../../../framework/clientside/clientside-module#clientside.module.stylesheet,"Specifying +<<../clientside/clientside-module#clientside.module.stylesheet,"Specifying a Stylesheet">>. For example, you could style the widget described above as follows: |