]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix broken link (#8812)
authorIlia Motornyi <elmot@vaadin.com>
Mon, 13 Mar 2017 10:00:26 +0000 (12:00 +0200)
committerPekka Hyvönen <pekka@vaadin.com>
Mon, 13 Mar 2017 10:00:26 +0000 (12:00 +0200)
* Fix broken link

documentation/migration/migrating-to-vaadin8.asciidoc

index c86fdd46e7a13810da83a1e21008897ae118cc67..e53659c9631262aebe45673eedc1f826ec0290d1 100644 (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.