]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixing broken links in V8 documentation (#11591)
authorjuhopiirainen <49151232+juhopiirainen@users.noreply.github.com>
Wed, 22 May 2019 08:50:44 +0000 (11:50 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Wed, 22 May 2019 08:50:44 +0000 (11:50 +0300)
documentation/articles/VaadinOnGrailsDatabaseAccess.asciidoc
documentation/components/components-overview.asciidoc

index ba6cc80e8404913c224ba4a89358d41046fa79a3..ef0817e91558e0ee0fd9af927a1fb9866a89fe2f 100644 (file)
@@ -155,4 +155,4 @@ proper parameters and add the dependency to, for example, MySql driver
 in `BuildConfig.groovy`.
 image:http://vaadinongrails.com/img/idea-datasource.png[IDEA data source]
 
-You can continue with link:VaadinOnGrailsMultipleUIs.asciidoc[Vaadin on Grails - Multiple UIs]
+You can continue with <<VaadinOnGrailsMultipleUIs#, Vaadin on Grails - Multiple UIs>>
index 909e5e97e6f4d332f71fe891dcace905d07d649c..0a035a3c00a6830c31fc9a37247472d2b87c4d74 100644 (file)
@@ -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">>.
 
 ////