Browse Source

Fixing broken links in V8 documentation (#11591)

tags/8.9.0.alpha1
juhopiirainen 5 years ago
parent
commit
f48baa29ae

+ 1
- 1
documentation/articles/VaadinOnGrailsDatabaseAccess.asciidoc View 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>>

+ 4
- 4
documentation/components/components-overview.asciidoc View 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">>.

////

Loading…
Cancel
Save