Skip to content

Commit 3d19b62

Browse files
authored
TECHDOCS-4676: Update read-from-versioned-layer.md to change DHC links to Zoomin links (#526)
Changed DHC links to Zoomin links. Resolves: TECHDOCS-4676 Signed-off-by: Marilyn Vidas <marilyn.vidas@here.com>
1 parent f8a9be1 commit 3d19b62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/read-from-versioned-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 `VersionedLayerClient`
6767

68-
You can use the `VersionedLayerClient` object to request any data and partition metadata version from a [versioned layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#versioned-layers). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
68+
You can use the `VersionedLayerClient` object to request any data and partition metadata version from a [versioned layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layers.html#versioned-layers). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
6969

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

@@ -91,7 +91,7 @@ You can use the `VersionedLayerClient` object to request any data and partition
9191

9292
## Get partition metadata from a versioned layer
9393

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

9696
- Data handle
9797
- ID
@@ -105,7 +105,7 @@ You can get partition metadata in one of the following ways:
105105
- Using the Metadata Service API
106106
- Using the Query Service API
107107

108-
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).
108+
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).
109109

110110
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.
111111

@@ -180,7 +180,7 @@ const partitions = await versionedLayerClient.getPartitions(
180180

181181
## Get data from a versioned layer
182182

183-
You can request any version of data from a [versioned layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#versioned-layers). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
183+
You can request any version of data from a [versioned layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-versioned.html). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
184184

185185
**To get data from the versioned layer:**
186186

0 commit comments

Comments
 (0)