diff --git a/akka-docs/rst/dev/multi-node-testing.rst b/akka-docs/rst/dev/multi-node-testing.rst index 65df8af775..b053d55c9d 100644 --- a/akka-docs/rst/dev/multi-node-testing.rst +++ b/akka-docs/rst/dev/multi-node-testing.rst @@ -172,7 +172,7 @@ The multi node testing kit is a separate jar file. Make sure that you have the f "com.typesafe.akka" %% "akka-multi-node-testkit" % "@version@" @crossString@ If you are using the latest nightly build you should pick a timestamped Akka version from -``_. +``_. We recommend against using ``SNAPSHOT`` in order to obtain stable builds. A Multi Node Testing Example diff --git a/akka-docs/rst/intro/getting-started.rst b/akka-docs/rst/intro/getting-started.rst index 06a177f46e..933ff1d316 100644 --- a/akka-docs/rst/intro/getting-started.rst +++ b/akka-docs/rst/intro/getting-started.rst @@ -70,9 +70,7 @@ Using a snapshot version The Akka nightly snapshots are published to http://repo.akka.io/snapshots/ and are versioned with both ``SNAPSHOT`` and timestamps. You can choose a timestamped -version to work with and can decide when to update to a newer version. The Akka -snapshots repository is also proxied through https://repo.typesafe.com/typesafe/snapshots/ -which includes proxies for several other repositories that Akka modules depend on. +version to work with and can decide when to update to a newer version. .. warning:: @@ -95,7 +93,6 @@ For Akka version 2.1-M2 and onwards: For previous Akka versions: `Akka Repo `_ -`Typesafe Repo `_ Using Akka with Maven ---------------------