From 44afdbe0e314a94f930535cf7cd8f6b853e6e6d8 Mon Sep 17 00:00:00 2001 From: Oleksandr Vyshniak Date: Mon, 4 Dec 2023 15:38:04 +0200 Subject: [PATCH] [skip release] Update links to documentation Signed-off-by: Oleksandr Vyshniak --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2bbdf7c..6b7bc4f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ ## Introduction The HERE platform Maven Wagon plugin provides Java and Scala developers with access to HERE platform artifacts via Maven. It uses your HERE platform credentials to generate tokens so it can pull your Maven project dependencies from the HERE platform. -This way Marketplace and Workspace users may [fetch platform schemas](https://developer.here.com/olp/documentation/archetypes/dev_guide/topics/archetypes-schema.html). In addition, Marketplace users may [fetch the Java / Scala Data Client Library](https://developer.here.com/olp/documentation/marketplace-consumer/user-guide/topics/get_catalog_data.html) giving them access to data in the HERE Data API. +This way Marketplace and Workspace users may [fetch platform schemas](https://www.here.com/docs/bundle/here-workspace-developer-guide-java-scala/page/proto-schema/README.html). In addition, Marketplace users may [fetch the Java / Scala Data Client Library](https://www.here.com/docs/bundle/data-client-library-developer-guide-java-scala/page/client/get-data.html) giving them access to data in the HERE Data API. -Go to [the HERE Developer portal](https://developer.here.com/products/open-location-platform) to learn more about the HERE platform. +Go to [the HERE Developer portal](https://developer.here.com/products/platform) to learn more about the HERE platform. To learn more about Maven Wagon visit [this page](https://maven.apache.org/wagon/). @@ -23,9 +23,9 @@ Version numbers higher than specified are more likely to work properly. * Maven 3.6.3 or later ## Prerequisites -To access libraries and schemas from the HERE platform, you need a HERE Workspace and/or a HERE Marketplace account. If you don’t have an account yet, go to [Pricing and Plans](https://developer.here.com/pricing/open-location-platform) to apply for a free trial. +To access libraries and schemas from the HERE platform, you need a HERE Workspace and/or a HERE Marketplace account. If you don’t have an account yet, go to [Pricing and Plans](https://www.here.com/get-started/pricing) to apply for a free trial. -Once you have enabled your account you need to create the credentials and prepare your environment. Workspace users can find corresponding guidance [in the documentation for Java and Scala developers]( https://developer.here.com/olp/documentation/sdk-developer-guide/dev_guide/topics/how-to-use-sdk.html). Marketplace users can find instructions [in the Marketplace Consumer user guide](https://developer.here.com/olp/documentation/marketplace-consumer/user-guide/topics/get_catalog_data.html#register-app). +Once you have enabled your account you need to create the credentials and prepare your environment. Workspace users can find corresponding guidance [in the documentation for Java and Scala developers](https://www.here.com/docs/bundle/here-workspace-developer-guide-java-scala/page/topics/how-to-use-sdk.html). Marketplace users can find instructions [in the Marketplace Consumer user guide](https://www.here.com/docs/bundle/marketplace-consumer-user-guide/page/topics/link-catalogs.html#set-up-your-credentials). Please note, by default the Maven Wagon plugin uses the `credentials.properties` file provided in the `.here` directory in the user home directory. There are three options to override the credentials: @@ -121,7 +121,7 @@ As a Marketplace user you can add this dependency for fetching the Java / Scala ``` `here+artifact-service://artifact-service` is placeholder URL which will be replaced by plugin dynamically based on your credentials. -The latest versions of the Data Client Library and Schemas can be found in [SDK documentation](https://developer.here.com/olp/documentation/java-scala-dev/dev_guide/sdk-libraries.html) +The latest versions of the Data Client Library and Schemas can be found in [SDK documentation](https://www.here.com/docs/bundle/here-workspace-developer-guide-java-scala/page/sdk-libraries.html) #### Proxy Setup