Skip to content

Commit 4fafecd

Browse files
authored
TECHDOCS-4676: Update GettingStartedGuide.md to change DHC links to Zoomin links (#530)
"Change DHC links to Zoomin links." Signed-off-by: Marilyn Vidas marilyn.vidas@here.com Signed-off-by: Marilyn Vidas marilyn.vidas@here.com
1 parent d0d4e54 commit 4fafecd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/GettingStartedGuide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ Working with the Data SDK requires knowledge of the following subjects:
3333

3434
To use Data SDK for TypeScript, you need to understand the following concepts related to the HERE platform:
3535

36-
* [Catalogs](https://developer.here.com/documentation/data-api/data_dev_guide/rest/catalogs.html)
37-
* [Layers](https://developer.here.com/documentation/data-api/data_dev_guide/rest/layers.html)
38-
* [Partitions](https://developer.here.com/documentation/data-api/data_dev_guide/rest/partitions.html)
39-
* [HERE Resource Names (HRNs)](https://developer.here.com/documentation/data-api/data_dev_guide/rest/hrn.html)
36+
* [Catalogs](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/catalogs.html)
37+
* [Layers](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layers.html)
38+
* [Partitions](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/partitions.html)
39+
* [HERE Resource Names (HRNs)](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/hrn.html)
4040

41-
For more details, see the [Data User Guide](https://developer.here.com/documentation/data-user-guide/index.html).
41+
For more details, see the [Data User Guide](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html).
4242

4343
## Get credentials
4444

4545
To work with catalog or service requests to the HERE platform, you need to get authentication and authorization credentials.
4646

47-
You can authenticate to the HERE platform within your application with the platform credentials available on the HERE portal by means of the Data SDK authentication library. For the available authentication options, see the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
47+
You can authenticate to the HERE platform within your application with the platform credentials available on the HERE portal by means of the Data SDK authentication library. For the available authentication options, see the [Identity and Access Management Developer Guide](https://www.here.com/docs/bundle/identity-and-access-management-developer-guide/page/README.html).
4848

4949
After you set up the credentials, you can use them to access the Data SDK libraries.
5050

@@ -73,7 +73,7 @@ To use the Data SDK with pure JavaScript, inject the compiled bundles from the C
7373
<script src="https://unpkg.com/@here/olp-sdk-dataservice-write/bundle.umd.min.js"></script>
7474
```
7575

76-
To learn how to use the Data SDK, see the <a href="https://developer.here.com/documentation/sdk-typescript/dev_guide/index.html" target="blank">Developer Guide</a> and <a href="https://developer.here.com/documentation/sdk-typescript/api_reference/index.html" target="_blank">API Reference</a>.
76+
To learn how to use the Data SDK, see the <a href="https://www.here.com/docs/bundle/data-sdk-for-typescript-developer-guide/page/README.html" target="blank">Developer Guide</a> and <a href="https://www.here.com/docs/bundle/data-sdk-for-typescript-api-reference/page/index.html" target="_blank">API Reference</a>.
7777

7878
## Development
7979

0 commit comments

Comments
 (0)