Skip to content

Commit 52b77c5

Browse files
authored
Add a link to the developer guide (#1090)
Users should be able to reach out to the Dev Guide from GitHub. Relates-To: OLPEDGE-2260 Signed-off-by: Halyna Dumych <[email protected]>
1 parent 869794b commit 52b77c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ For more information on Data API, see its <a href="https://developer.here.com/ol
4444

4545
When new API is introduced in the Data SDK for C++, the old one is not deleted straight away. The standard API deprecation time is 6 months. It gives you time to switch to new code. However, we do not provide ABI backward compatibility.
4646

47-
4847
All of the deprecated methods, functions, and parameters are documented in the Data SDK for C++ <a href="https://developer.here.com/olp/documentation/sdk-cpp/api_reference/index.html" target="_blank">API Reference</a> and <a href="https://github.com/heremaps/here-data-sdk-cpp/blob/master/CHANGELOG.md" target="_blank">changelog</a>.
4948

49+
For more information on the Data SDK for C++, see our <a href="https://developer.here.com/documentation/sdk-cpp/dev_guide/index.html" target="blank">Developer Guide</a>.
50+
5051
## Supported Platforms
5152

5253
The table below lists the platforms on which the HERE Data SDK for C++ has been tested.
@@ -178,7 +179,7 @@ cmake --build . --target docs
178179

179180
## SDK Usage
180181

181-
To learn how to use the HERE Data SDK for C++, see the <a href="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/GettingStartedGuide.md" target="_blank">Getting Started Guide</a>.
182+
To learn how to use the HERE Data SDK for C++, see the <a href="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/GettingStartedGuide.md" target="_blank">Getting Started Guide</a> and the <a href="https://developer.here.com/documentation/sdk-cpp/dev_guide/index.html" target="blank">Developer Guide</a>.
182183

183184
## Contribution
184185

0 commit comments

Comments
 (0)