diff --git a/akka-docs/rst/general/jmm.rst b/akka-docs/rst/general/jmm.rst index dc0c87e2a4..9ac18260d9 100644 --- a/akka-docs/rst/general/jmm.rst +++ b/akka-docs/rst/general/jmm.rst @@ -3,8 +3,8 @@ Akka and the Java Memory Model ================================ -A major benefit of using the Typesafe Stack, including Scala and Akka, is that it simplifies the process of writing -concurrent software. This article discusses how the Typesafe Stack, and Akka in particular, approaches shared memory +A major benefit of using the Typesafe Platform, including Scala and Akka, is that it simplifies the process of writing +concurrent software. This article discusses how the Typesafe Platform, and Akka in particular, approaches shared memory in concurrent applications. The Java Memory Model diff --git a/akka-docs/rst/intro/getting-started.rst b/akka-docs/rst/intro/getting-started.rst index c877b9ff1b..5d14a962e0 100644 --- a/akka-docs/rst/intro/getting-started.rst +++ b/akka-docs/rst/intro/getting-started.rst @@ -10,18 +10,13 @@ later installed on you machine. Getting Started Guides and Template Projects -------------------------------------------- -The best way to start learning Akka is to download the Typesafe Stack and either try out -the Akka Getting Started Tutorials or check out one of Akka Template Projects. Both comes -in several flavours depending on your development environment preferences. - -- `Download Typesafe Stack `_ -- `Getting Started Tutorials `_ -- `Template Projects `_ +The best way to start learning Akka is to download `Typesafe Activator `_ +and try out one of Akka Template Projects. Download -------- -There are several ways to download Akka. You can download it as part of the Typesafe Stack +There are several ways to download Akka. You can download it as part of the Typesafe Platform (as described above). You can download the full distribution with microkernel, which includes all modules. Or you can use a build tool like Maven or SBT to download dependencies from the Akka Maven repository.