Skip to content

Commit 51b7fb7

Browse files
authored
Documentation fixes (#474)
Some of the links do not work properly on the documentation portal. Instead of opening a page, they download it. Also, one link was outdated. Relates-To: OLPEDGE-2575 Signed-off-by: Halyna Dumych <ext-halyna.dumych@here.com>
1 parent e67a0d2 commit 51b7fb7

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

docs/GettingStartedGuide.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ HERE Data SDK for TypeScript includes the core components to access the HERE API
44

55
In this guide, learn how to authenticate to and start working with the HERE platform using the Data SDK:
66

7-
- [Prerequisites](#prerequisites)
8-
- [Concepts](#concepts)
9-
- [Get credentials](#get-credentials)
10-
- [Available components](#available-components)
11-
- [Examples](#examples)
7+
- [Getting Started Guide](#getting-started-guide)
8+
- [Prerequisites](#prerequisites)
9+
- [Concepts](#concepts)
10+
- [Get credentials](#get-credentials)
11+
- [Available components](#available-components)
12+
- [Reference documentation](#reference-documentation)
13+
- [Examples](#examples)
1214

1315
## Prerequisites
1416

@@ -26,7 +28,7 @@ To use Data SDK for TypeScript, you need to understand the following concepts re
2628
* [Catalogs](https://developer.here.com/documentation/data-user-guide/portal/layers/catalogs.html)
2729
* [Layers](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html)
2830
* [Partitions](https://developer.here.com/documentation/data-user-guide/portal/layers/partitions.html)
29-
* [HERE Resource Names (HRNs)](https://developer.here.com/documentation/data-user-guide/shared_content/topics/concepts/hrn.html)
31+
* [HERE Resource Names (HRNs)](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/hrn.html)
3032

3133
For more details, see the [Data User Guide](https://developer.here.com/documentation/data-user-guide/index.html).
3234

docs/work-with-interactive-map-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The interactive API supports the following tile types:
171171
});
172172
```
173173

174-
## Update data in and publish it to an interactive map layer
174+
## Update data and publish it to an interactive map layer
175175

176176
You can update existing features in an interactive map layer or publish new ones.
177177

examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
HERE Data SDK for TypeScript contains several examples that demonstrate some of the key use cases:
44

5-
- [Authorization example](authorization-example/README.md) – build the Data SDK using webpack and work with the APIs from `@here/olp-sdk-dataservice-api`. You can use this example application to find the list of groups that you have access to as well as create groups.
6-
- [React App example](react-app-example/README.md) – use the Data SDK and React in a browser and learn how to work with the following modules: `olp-sdk-authentication`, `olp-sdk-dataservice-read`, and `olp-sdk-dataservice-write`.
7-
- [Node.js example](nodejs-example/README.md) – work with the Data SDK in Node.js and learn how to get data from versioned layers and save it to files.
8-
- [MultiPartUploadWrapper example](multipart-upload-wrapper-example/README.md) – use the Data SDK to upload and publish a large amount of data in a browser.
5+
- [Authorization example](https://github.com/heremaps/here-data-sdk-typescript/tree/master/examples/authorization-example) – build the Data SDK using webpack and work with the APIs from `@here/olp-sdk-dataservice-api`. You can use this example application to find the list of groups that you have access to as well as create groups.
6+
- [React App example](https://github.com/heremaps/here-data-sdk-typescript/tree/master/examples/react-app-example) – use the Data SDK and React in a browser and learn how to work with the following modules: `olp-sdk-authentication`, `olp-sdk-dataservice-read`, and `olp-sdk-dataservice-write`.
7+
- [Node.js example](https://github.com/heremaps/here-data-sdk-typescript/tree/master/examples/nodejs-example) – work with the Data SDK in Node.js and learn how to get data from versioned layers and save it to files.
8+
- [MultiPartUploadWrapper example](https://github.com/heremaps/here-data-sdk-typescript/blob/master/examples/multipart-upload-wrapper-example) – use the Data SDK to upload and publish a large amount of data in a browser.

0 commit comments

Comments
 (0)