aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur <artur@vaadin.com>2017-04-28 09:34:49 +0300
committerHenri Sara <henri.sara@gmail.com>2017-04-28 09:34:49 +0300
commit0f3cc0674f31f96c303740f93d5d17e14cad5b0b (patch)
tree5cda3142b37126351f08fa921f8334c2e43a19fa
parent6094f09c9ebb530984cc8a54a2e6070dc9760ee4 (diff)
downloadvaadin-framework-0f3cc0674f31f96c303740f93d5d17e14cad5b0b.tar.gz
vaadin-framework-0f3cc0674f31f96c303740f93d5d17e14cad5b0b.zip
Fix invalid link (#9183)
-rw-r--r--documentation/datamodel/datamodel-hierarchical.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/datamodel/datamodel-hierarchical.asciidoc b/documentation/datamodel/datamodel-hierarchical.asciidoc
index a67a698291..96a9d2381b 100644
--- a/documentation/datamodel/datamodel-hierarchical.asciidoc
+++ b/documentation/datamodel/datamodel-hierarchical.asciidoc
@@ -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-grid.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.asciidoc#components.treegrid,"its documentation">>.
== In-memory Hierarchical Data