summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2017-03-13 12:00:26 +0200
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-03-16 16:21:24 +0200
commit493c869e6c6b8eb21904beceecfc47da36db93dc (patch)
treed637fd84f8e61c84fee77a34bd4059cb170acc45 /documentation
parent20e775863199f38270ee3abc28246ac00391d272 (diff)
downloadvaadin-framework-493c869e6c6b8eb21904beceecfc47da36db93dc.tar.gz
vaadin-framework-493c869e6c6b8eb21904beceecfc47da36db93dc.zip
Fix broken link (#8812)
* Fix broken link
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration/migrating-to-vaadin8.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration/migrating-to-vaadin8.asciidoc b/documentation/migration/migrating-to-vaadin8.asciidoc
index c86fdd46e7..e53659c963 100644
--- a/documentation/migration/migrating-to-vaadin8.asciidoc
+++ b/documentation/migration/migrating-to-vaadin8.asciidoc
@@ -138,7 +138,7 @@ The new data model can be roughly split into three main topics, namely binding d
The revised <<dummy/../../../framework/datamodel/datamodel-fields.asciidoc#datamodel.fields, "Binding Components to Data">> chapter is the recommended resource to get started with learning these new concepts.
For migration from Framework 7 the key references are the following sections:
-* <<dummy/../../../framework/datamodel/datamodel-fields.asciidoc#datamodel.fields, "Editing Values in Fields">> and <<dummy/../../../framework/datamodel/datamodel-forms.asciidoc, "Binding Data to Forms">>, which cover the new data binding concepts that replace `Property` and `FieldGroup`.
+* <<dummy/../../../framework/datamodel/datamodel-fields.asciidoc#datamodel.fields, "Editing Values in Fields">> and <<dummy/../../../framework/datamodel/datamodel-forms.asciidoc#datamodel.forms, "Binding Data to Forms">>, which cover the new data binding concepts that replace `Property` and `FieldGroup`.
* <<dummy/../../../framework/datamodel/datamodel-providers.asciidoc#datamodel.providers, "Showing Many Items in a Listing">>, which covers the new `Container` and `Item` replacement, the `DataProvider`, as well as the associated sorting and filtering APIs.