summaryrefslogtreecommitdiffstats
path: root/documentation/migration
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2017-03-13 12:00:26 +0200
committerPekka Hyvönen <pekka@vaadin.com>2017-03-13 12:00:26 +0200
commitdcb611d2e2b0adaf3e856f02725ab6672ab0ede1 (patch)
treed0f0f313880048825100a328a2386b220c81d3a7 /documentation/migration
parentbec7308ca3f71122d62f743ba7ac376a66b1b6b2 (diff)
downloadvaadin-framework-dcb611d2e2b0adaf3e856f02725ab6672ab0ede1.tar.gz
vaadin-framework-dcb611d2e2b0adaf3e856f02725ab6672ab0ede1.zip
Fix broken link (#8812)
* Fix broken link
Diffstat (limited to 'documentation/migration')
-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.