Skip to content

Commit

Permalink
TECHDOCS-4676: Update GettingStartedGuide.md to change DHC links to Z…
Browse files Browse the repository at this point in the history
…oomin 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
  • Loading branch information
mvidas authored Jun 20, 2024
1 parent d0d4e54 commit 4fafecd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/GettingStartedGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ Working with the Data SDK requires knowledge of the following subjects:

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

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

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

## Get credentials

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

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).
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).

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

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

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

## Development

Expand Down

0 comments on commit 4fafecd

Please sign in to comment.