diff options
author | juhopiirainen <49151232+juhopiirainen@users.noreply.github.com> | 2019-05-15 09:27:58 +0300 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-05-15 09:27:58 +0300 |
commit | 6bffdc53c207c177c2cedf1c1432c696bd6c4a7a (patch) | |
tree | 1adcc66ca08ab1b353868e256d6b3f915ce34bd3 /documentation/components/components-overview.asciidoc | |
parent | 997acd146c39195c286acdf44ed088cad73356f4 (diff) | |
download | vaadin-framework-6bffdc53c207c177c2cedf1c1432c696bd6c4a7a.tar.gz vaadin-framework-6bffdc53c207c177c2cedf1c1432c696bd6c4a7a.zip |
Fix the broken links in the documentation
Diffstat (limited to 'documentation/components/components-overview.asciidoc')
-rw-r--r-- | documentation/components/components-overview.asciidoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/components/components-overview.asciidoc b/documentation/components/components-overview.asciidoc index b0a8d6ec61..909e5e97e6 100644 --- a/documentation/components/components-overview.asciidoc +++ b/documentation/components/components-overview.asciidoc @@ -64,13 +64,13 @@ abstract class. There are three more specific types of components. Field Components:: allow user to edit a value in the UI. All extend [classname]#AbstractField#. Field components are described in detail in -<<dummy/../../../framework/component/components-fields.asciidoc#components.fields,"Field Components">>. +<<dummy/../../../documentation/components/components-fields#components.fields,"Field Components">>. Selection Component:: show a list of data that the user can select from. All extend [classname]#AbstractListing#. Selection components are described in detail in -<<dummy/../../../framework/component/components-selection.asciidoc#components.selection,"Selection Components">>. +<<dummy/../../../documentation/components/components-selection#components.selection,"Selection Components">>. Layouts and Component Containers:: Components that can contain other components. All layouts and containers implement the [interfacename]#HasComponents# interface. Layout components are described in detail in -<<dummy/../../../framework/layout/layout-overview.asciidoc#layout.overview,"Managing +<<dummy/../../../documentation/layout/layout-overview#layout.overview,"Managing Layout">>. ((("Sampler"))) @@ -83,7 +83,7 @@ In addition to the built-in components, many components are available as add-ons, either from the Vaadin Directory or from independent sources. Both commercial and free components exist. The installation of add-ons is described in -<<dummy/../../../framework/addons/addons-overview.asciidoc#addons.overview,"Using +<<dummy/../../../documentation/addons/addons-overview#addons.overview,"Using Vaadin Add-ons">>. //// @@ -99,4 +99,4 @@ The diagram is also included in the six-page DZone Refcard, which you can find at https://vaadin.com/refcard. ==== -////
\ No newline at end of file +//// |