From 66da8079002c5a965f3f3b34ec7333e7d51e4a60 Mon Sep 17 00:00:00 2001 From: Oleksandr Vyshniak Date: Mon, 4 Dec 2023 15:39:19 +0200 Subject: [PATCH] [skip release] Update links to documentation Signed-off-by: Oleksandr Vyshniak --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 459dbcf..8d46517 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ host=repo.platform.here.com user= password= ``` -The user name and password can be retrieved as described in the [Get your repository credentials tutorial](https://developer.here.com/documentation/java-scala-dev/dev_guide/topics/get-credentials.html#get-your-repository-credentials). +The user name and password can be retrieved as described in the [Get your repository credentials tutorial](https://www.here.com/docs/bundle/here-workspace-developer-guide-java-scala/page/topics/get-credentials.html#get-your-repository-credentials). Then include the credentials in `build.sbt` file: ```sbt @@ -91,9 +91,9 @@ ThisBuild / resolvers += ( "HERE Platform Repository" at "https://repo.platform.here.com/artifactory/open-location-platform" ) ``` -Now the project is configured to use BOM files from a password-protected repository. For example, [`sdk-batch-bom`](https://developer.here.com/documentation/java-scala-dev/dev_guide/sdk-libraries.html#sdk-libraries-for-batch-primary) can be used. +Now the project is configured to use BOM files from a password-protected repository. For example, [`sdk-batch-bom`](https://www.here.com/docs/bundle/here-workspace-developer-guide-java-scala/page/sdk-libraries.html#sdk-libraries-for-batch-primary) can be used. ```sbt -lazy val sdkBom = Bom.read("com.here.platform" %% "sdk-batch-bom" % "2.52.8")(bom => Dependencies(bom)) +lazy val sdkBom = Bom.read("com.here.platform" %% "sdk-batch-bom" % "2.57.3")(bom => Dependencies(bom)) ``` The credentials can be supplied through these methods, with the following precedence: