Skip to content

Commit 0e7c2f2

Browse files
authored
TECHDOCS-4676: Update read-from-volatile-layer.md from DHC links to Zoomin links (#527)
"Change DHC links to Zoomin links." Resolves: TECHDOCS-4676 Signed-off-by: Marilyn Vidas marilyn.vidas@here.com Signed-off-by: Marilyn Vidas marilyn.vidas@here.com
1 parent 3d19b62 commit 0e7c2f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/read-from-volatile-layer.md

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

6666
## Create `VolatileLayerClient`
6767

68-
You can use the `VolatileLayerClient` object to get the latest published data and partition metadata from a [volatile layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#volatile-layers).
68+
You can use the `VolatileLayerClient` object to get the latest published data and partition metadata from a [volatile layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-volatile.html).
6969

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

@@ -85,7 +85,7 @@ You can use the `VolatileLayerClient` object to get the latest published data an
8585

8686
## Get partition metadata from a volatile layer
8787

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

9090
- Data handle
9191
- ID
@@ -98,7 +98,7 @@ You can get partition metadata in one of the following ways:
9898
- Using the Metadata Service API
9999
- Using the Query Service API
100100

101-
You can get partition metadata using the Query Service API only if the partition has the HERE tile scheme. For more information on the HERE tile scheme, see [Partitions](https://developer.here.com/documentation/data-user-guide/portal/layers/partitions.html).
101+
You can get partition metadata using the Query Service API only if the partition has the HERE tile scheme. For more information on the HERE tile scheme, see [Partitions](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/partitions.html).
102102

103103
For performance reasons, it is best to use the Query Service API only to get metadata for a specific partition. For batch processes, and to get metadata for many partitions or all partitions in a layer, use the Metadata Service API.
104104

@@ -167,7 +167,7 @@ const partitions = await volatileLayerClient.getPartitions(
167167

168168
## Get data from a volatile layer
169169

170-
A [volatile layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#volatile-layers) consists of key-value pairs. Each new value for a key overrides the old one. Therefore, you can only get the latest data from the volatile layer.
170+
A [volatile layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-volatile.html) consists of key-value pairs. Each new value for a key overrides the old one. Therefore, you can only get the latest data from the volatile layer.
171171

172172
**To get data from the volatile layer:**
173173

0 commit comments

Comments
 (0)