diff --git a/akka-docs/_sphinx/themes/akka/layout.html b/akka-docs/_sphinx/themes/akka/layout.html index be74cedd45..1e0f13bdc2 100644 --- a/akka-docs/_sphinx/themes/akka/layout.html +++ b/akka-docs/_sphinx/themes/akka/layout.html @@ -49,7 +49,7 @@ diff --git a/akka-docs/rst/index.rst b/akka-docs/rst/index.rst index 05b57dc816..57f40438fa 100644 --- a/akka-docs/rst/index.rst +++ b/akka-docs/rst/index.rst @@ -20,7 +20,7 @@ Links * :ref:`migration` -* `Downloads `_ +* `Downloads `_ * `Source Code `_ diff --git a/akka-docs/rst/intro/getting-started.rst b/akka-docs/rst/intro/getting-started.rst index fdd6169abd..599268ad6b 100644 --- a/akka-docs/rst/intro/getting-started.rst +++ b/akka-docs/rst/intro/getting-started.rst @@ -51,7 +51,7 @@ How to see the JARs dependencies of each Akka module is described in the Using a release distribution ---------------------------- -Download the release you need from http://akka.io/downloads and unzip it. +Download the release you need from http://typesafe.com/stack/downloads/akka and unzip it. Using a snapshot version ------------------------ diff --git a/akka-docs/rst/intro/what-is-akka.rst b/akka-docs/rst/intro/what-is-akka.rst index 8ca103351d..4f393fda5d 100644 --- a/akka-docs/rst/intro/what-is-akka.rst +++ b/akka-docs/rst/intro/what-is-akka.rst @@ -18,7 +18,7 @@ fault-tolerant applications. Akka is Open Source and available under the Apache 2 License. -Download from http://akka.io/downloads/ +Download from http://typesafe.com/stack/downloads/akka/ Please note that all code samples compile, so if you want direct access to the sources, have a look over at the `Akka Docs Project <@github@/akka-docs/rst>`_. diff --git a/akka-docs/rst/java/microkernel.rst b/akka-docs/rst/java/microkernel.rst index 3d89c5c7e6..db7c547b89 100644 --- a/akka-docs/rst/java/microkernel.rst +++ b/akka-docs/rst/java/microkernel.rst @@ -10,7 +10,7 @@ having to create a launcher script. The Akka Microkernel is included in the Akka download found at `downloads`_. -.. _downloads: http://akka.io/downloads +.. _downloads: http://typesafe.com/stack/downloads/akka To run an application with the microkernel you need to create a Bootable class that handles the startup and shutdown the application. An example is included below. diff --git a/akka-docs/rst/project/links.rst b/akka-docs/rst/project/links.rst index 8266240e24..54734e0e5c 100644 --- a/akka-docs/rst/project/links.rst +++ b/akka-docs/rst/project/links.rst @@ -21,7 +21,7 @@ Mailing List Downloads ^^^^^^^^^ -``_ +``_ Source Code diff --git a/akka-docs/rst/scala/microkernel.rst b/akka-docs/rst/scala/microkernel.rst index c223f9dd45..51e0bf4ac4 100644 --- a/akka-docs/rst/scala/microkernel.rst +++ b/akka-docs/rst/scala/microkernel.rst @@ -10,7 +10,7 @@ having to create a launcher script. The Akka Microkernel is included in the Akka download found at `downloads`_. -.. _downloads: http://akka.io/downloads +.. _downloads: http://typesafe.com/stack/downloads/akka To run an application with the microkernel you need to create a Bootable class that handles the startup and shutdown the application. An example is included below.