diff --git a/README.md b/README.md index 461bdd5..7d12ad0 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ The HERE platform SBT resolver plugin provides Java and Scala developers with ac artifacts via SBT. It uses your HERE platform credentials to generate tokens so that it can pull your SBT project dependencies from the HERE platform. -This allows Marketplace and Workspace users to [fetch platform schemas](https://developer.here.com/olp/documentation/archetypes/dev_guide/topics/archetypes-schema.html). -In addition, the users can [fetch the Java / Scala Data Client Library](https://developer.here.com/olp/documentation/marketplace-consumer/user-guide/topics/get_catalog_data.html) +This allows Marketplace and Workspace users to [fetch platform schemas](https://www.here.com/docs/bundle/here-workspace-developer-guide-java-scala/page/proto-schema/README.html). +In addition, the users can [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) which offer 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. ## Limitation The SBT resolver plugin is provided 'as is' and not officially part of Workspace or Marketplace. @@ -21,11 +21,11 @@ While there is no official support by HERE, you may still raise issues via GitHu ## Prerequisites To access the 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. +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). +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 SBT Resolver plugin uses the `credentials.properties` file provided in the `.here` directory in the user home directory. There are two options to override the path: @@ -64,7 +64,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 To enable SBT and the HERE SBT resolver plugin to work behind a proxy,