Skip to content

Commit e13c40d

Browse files
authored
TECHDOCS-4676: Update work-with-object-store-layer.md to change DHC links to Zoomin links.
Change DHC links to Zoomin links. Signed-off-by: Marilyn Vidas marilyn.vidas@here.com
1 parent ee5aac5 commit e13c40d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/work-with-object-store-layer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ App works!
6666
## Create `RequestBuilder`
6767

6868
You need `RequestBuilder` to use the `ObjectStoreApi` functions from `@here/olp-sdk-dataservice-api`.
69-
You can use the `ObjectStoreApi` functions to request any data from an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers).
69+
You can use the `ObjectStoreApi` functions to request any data from an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-objectstore.html).
7070

7171
**To create the `RequestBuilder` instance:**
7272

@@ -87,7 +87,7 @@ You can use the `ObjectStoreApi` functions to request any data from an [object s
8787

8888
## Get data from an object store layer
8989

90-
You can request any data from an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) using its key or data handle.
90+
You can request any data from an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-objectstore.html) using its key or data handle.
9191

9292
**To get data from the object store layer:**
9393

@@ -108,7 +108,7 @@ You receive data from the requested key of the selected layer.
108108

109109
## Get all keys from an object store layer
110110

111-
You can get a list of all keys from an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers).
111+
You can get a list of all keys from an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-objectstore-listing.html).
112112

113113
**To get the list of keys:**
114114

@@ -133,7 +133,7 @@ call this function recursively with a parent in the query string.
133133

134134
## Publish data to an object store layer
135135

136-
You can publish data to an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) by referencing its key. For data of up to 192 MB, use the single part upload method. If you want to upload larger amounts of data, use the multipart upload method.
136+
You can publish data to an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/publishing-data-objectstore.html) by referencing its key. For data of up to 192 MB, use the single part upload method. If you want to upload larger amounts of data, use the multipart upload method.
137137

138138
When you publish new data, old data is overwritten.
139139

@@ -191,7 +191,7 @@ To practice uploading large amounts of data and learn how to upload it to the Bl
191191

192192
## Delete data from an object store layer
193193

194-
You can delete data from any [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) using its key.
194+
You can delete data from any [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/deleting-data-objectstore.html) using its key.
195195

196196
**To delete data from the object store layer:**
197197

@@ -210,4 +210,4 @@ You can delete data from any [object store layer](https://developer.here.com/doc
210210
211211
You receive a response from the datastore with the status of the operation.
212212
213-
For more information, see the [Data User Guide](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html) and [Data API](https://developer.here.com/documentation/data-api/api-reference-blob-v2.html).
213+
For more information, see the [Data API Developer Guide](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html) and [Data API Blob v2 API Reference](https://www.here.com/docs/bundle/data-api-blob-v2-api-reference/page/index.html).

0 commit comments

Comments
 (0)