From d548ebb548d860dfb95ff9dbc69e4a45c25973df Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 3 Mar 2017 10:17:11 +0200 Subject: Fix documentation links (#8726) * Fix documentation links --- documentation/migration/migrating-to-vaadin8.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/migration') diff --git a/documentation/migration/migrating-to-vaadin8.asciidoc b/documentation/migration/migrating-to-vaadin8.asciidoc index 0a351240ab..2aa14dfbb7 100644 --- a/documentation/migration/migrating-to-vaadin8.asciidoc +++ b/documentation/migration/migrating-to-vaadin8.asciidoc @@ -125,13 +125,13 @@ Framework 8 no longer uses `Item`, `Property` nor `Container`. These building blocks for the old data binding have been deprecated in favor of more Java 8 friendly APIs. The new data model can be roughly split into three main topics, namely binding data to field components, providing data to listing components and handling selections. -The revised <> chapter is the recommended resource to get started with learning these new concepts. +The revised <> 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: -* <> and <>, which cover the new data binding concepts that replace `Property` and `FieldGroup`. +* <> and <>, which cover the new data binding concepts that replace `Property` and `FieldGroup`. -* <>, which covers the new `Container` and `Item` replacement, the `DataProvider`, as well as the associated sorting and filtering APIs. +* <>, which covers the new `Container` and `Item` replacement, the `DataProvider`, as well as the associated sorting and filtering APIs. -* And for the new selection APIs, <>. +* And for the new selection APIs, <>. For a full list of incompatible changes between Framework 7 and 8, please refer to the _Incompatible or Behavior-altering Changes_ section of the release notes, available at link:https://vaadin.com/download/prerelease/8.0/8.0.0/8.0.0.beta1/release-notes.html#incompatible[]. -- cgit v1.2.3