From ae0b9fe0817fc1bf3d29a95f243d641d19e575bd Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 4 Oct 2017 18:29:29 +0200 Subject: [PATCH] https for snapshot repo (#23780) --- akka-docs/src/main/paradox/scala/multi-node-testing.md | 2 +- akka-docs/src/main/paradox/scala/project/links.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/akka-docs/src/main/paradox/scala/multi-node-testing.md b/akka-docs/src/main/paradox/scala/multi-node-testing.md index 01c81e70c0..69aff363d6 100644 --- a/akka-docs/src/main/paradox/scala/multi-node-testing.md +++ b/akka-docs/src/main/paradox/scala/multi-node-testing.md @@ -159,7 +159,7 @@ The multi node testing kit is a separate jar file. Make sure that you have the f @@@ If you are using the latest nightly build you should pick a timestamped Akka version from -[http://repo.akka.io/snapshots/com/typesafe/akka/akka-multi-node-testkit_2.11/](http://repo.akka.io/snapshots/com/typesafe/akka/akka-multi-node-testkit_2.11/). +[https://repo.akka.io/snapshots/com/typesafe/akka/akka-multi-node-testkit_2.11/](https://repo.akka.io/snapshots/com/typesafe/akka/akka-multi-node-testkit_2.11/). We recommend against using `SNAPSHOT` in order to obtain stable builds. ## A Multi Node Testing Example diff --git a/akka-docs/src/main/paradox/scala/project/links.md b/akka-docs/src/main/paradox/scala/project/links.md index cbd9f4b4b4..4ea21ced95 100644 --- a/akka-docs/src/main/paradox/scala/project/links.md +++ b/akka-docs/src/main/paradox/scala/project/links.md @@ -33,11 +33,11 @@ All Akka releases are published via Sonatype to Maven Central, see ## Snapshots Repository -Nightly builds are available in [http://repo.akka.io/snapshots](http://repo.akka.io/snapshots/) as both `SNAPSHOT` and +Nightly builds are available in [https://repo.akka.io/snapshots](https://repo.akka.io/snapshots/) as both `SNAPSHOT` and timestamped versions. For timestamped versions, pick a timestamp from -[http://repo.akka.io/snapshots/com/typesafe/akka](http://repo.akka.io/snapshots/com/typesafe/akka). +[https://repo.akka.io/snapshots/com/typesafe/akka](https://repo.akka.io/snapshots/com/typesafe/akka). All Akka modules that belong to the same build have the same timestamp. @@@ warning @@ -51,7 +51,7 @@ The use of Akka SNAPSHOTs, nightlies and milestone releases is discouraged unles Make sure that you add the repository to the sbt resolvers: ``` -resolvers += "Akka Snapshots" at "http://repo.akka.io/snapshots/" +resolvers += "Akka Snapshots" at "https://repo.akka.io/snapshots/" ``` Define the library dependencies with the timestamp as version. For example: @@ -71,7 +71,7 @@ Make sure that you add the repository to the Maven repositories in pom.xml: akka-snapshots Akka Snapshots - http://repo.akka.io/snapshots/ + https://repo.akka.io/snapshots/ default