aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-overview.asciidoc
diff options
context:
space:
mode:
authorjuhopiirainen <49151232+juhopiirainen@users.noreply.github.com>2019-05-15 09:27:58 +0300
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-05-15 09:27:58 +0300
commit6bffdc53c207c177c2cedf1c1432c696bd6c4a7a (patch)
tree1adcc66ca08ab1b353868e256d6b3f915ce34bd3 /documentation/components/components-overview.asciidoc
parent997acd146c39195c286acdf44ed088cad73356f4 (diff)
downloadvaadin-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.asciidoc10
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
+////