]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes broken link on Hierarchical DataProvider page tmattsso-patch-1
authortmattsso <thomas@vaadin.com>
Fri, 28 Apr 2017 07:40:20 +0000 (10:40 +0300)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2017 07:40:20 +0000 (10:40 +0300)
documentation/datamodel/datamodel-hierarchical.asciidoc

index 96a9d2381b9f596c8c0db988ed42d24ce9f0e1f8..dd07f638d19abf8a75437bbfd7504d30d253a714 100644 (file)
@@ -11,7 +11,7 @@ IMPORTANT: The [interfacename]#HierarchicalDataProvider# is currently being deve
 
 The [classname]#TreeGrid# component allows you to show data with hierarchical relationships between items.
 That data can be populated by on-demand from a back end by implementing the [interfacename]#HierarchicalDataProvider# interface. If you have the data available in-memory on the server,
-you use the collection style API of [classname]#HierarchyData# and then pass it to a [classname]#InMemoryHierarchicalDataProvider#. This chapter introduces the hierarchical data providers and how they work. For using them with the [classname]#TreeGrid# component you should see <<dummy/../../../framework/components/components-treegrid.asciidoc#components.treegrid,"its documentation">>.
+you use the collection style API of [classname]#HierarchyData# and then pass it to a [classname]#InMemoryHierarchicalDataProvider#. This chapter introduces the hierarchical data providers and how they work. For using them with the [classname]#TreeGrid# component you should see <<dummy/../../../framework/components/components-treegrid.html,"its documentation">>.
 
 == In-memory Hierarchical Data