Skip to content

Commit f6b122f

Browse files
authored
TECHDOCS-4676: Update read-from-index-layer.md (#523)
signed-off-by: marilyn.vidas@here.com Signed-off-by: marilyn.vidas@here.com
1 parent 3795d89 commit f6b122f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/read-from-index-layer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ App works!
6565

6666
## Create `IndexLayerClient`
6767

68-
You can use the `IndexLayerClient` object to request any data and partition metadata from an [index layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#index-layers).
68+
You can use the `IndexLayerClient` object to request any data and partition metadata from an [index layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html#index-layers).
6969

7070
**To create the `IndexLayerClient` object:**
7171

@@ -85,7 +85,7 @@ You can use the `IndexLayerClient` object to request any data and partition meta
8585

8686
## Get partition metadata from an index layer
8787

88-
Partition metadata from an [index layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#index-layers) consists of the following information about the partition:
88+
Partition metadata from an [index layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html#index-layers) consists of the following information about the partition:
8989

9090
- ID (data handle)
9191
- Data size
@@ -131,7 +131,7 @@ const partitions = await indexLayerClient.getPartitions(request),
131131

132132
## Get data from an index layer
133133

134-
An [index layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#index-layers) is an index of the catalog data by attributes. You can query the index layer to get the data handles of data that meets your query criteria, and you can then use these data handles to get the corresponding data.
134+
An [index layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html#index-layers) is an index of the catalog data by attributes. You can query the index layer to get the data handles of data that meets your query criteria, and you can then use these data handles to get the corresponding data.
135135

136136
**To get data from the index layer:**
137137

0 commit comments

Comments
 (0)