aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-overview.asciidoc
diff options
context:
space:
mode:
authorjuhopiirainen <49151232+juhopiirainen@users.noreply.github.com>2019-05-22 11:50:44 +0300
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-05-22 11:50:44 +0300
commitf48baa29aedecd52c1f9c87ae816147d9114224a (patch)
tree09b8140ba3a8011317e955ae1b162a9fc644c034 /documentation/components/components-overview.asciidoc
parent2851f5c2d1353d1419f05a45e981396a1ce2cdf2 (diff)
downloadvaadin-framework-f48baa29aedecd52c1f9c87ae816147d9114224a.tar.gz
vaadin-framework-f48baa29aedecd52c1f9c87ae816147d9114224a.zip
Fixing broken links in V8 documentation (#11591)
Diffstat (limited to 'documentation/components/components-overview.asciidoc')
-rw-r--r--documentation/components/components-overview.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/components/components-overview.asciidoc b/documentation/components/components-overview.asciidoc
index 909e5e97e6..0a035a3c00 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/../../../documentation/components/components-fields#components.fields,"Field 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/../../../documentation/components/components-selection#components.selection,"Selection 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/../../../documentation/layout/layout-overview#layout.overview,"Managing
+<<../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/../../../documentation/addons/addons-overview#addons.overview,"Using
+<<../addons/addons-overview#addons.overview,"Using
Vaadin Add-ons">>.
////