Browse Source

Fix broken link (#8812)

* Fix broken link
tags/8.1.0.alpha1
Ilia Motornyi 7 years ago
parent
commit
dcb611d2e2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      documentation/migration/migrating-to-vaadin8.asciidoc

+ 1
- 1
documentation/migration/migrating-to-vaadin8.asciidoc View File

@@ -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.


Loading…
Cancel
Save