Repointing the link for the downloads.

This commit is contained in:
Viktor Klang 2012-10-24 14:37:21 +02:00
parent fd6e087e35
commit 2563f2d927
7 changed files with 8 additions and 8 deletions

View file

@ -49,7 +49,7 @@
<ul class="nav">
<li><a href="http://akka.io/docs">Documentation</a></li>
<li><a href="http://akka.io/faq">FAQ</a></li>
<li><a href="http://akka.io/downloads">Download</a></li>
<li><a href="http://typesafe.com/stack/downloads/akka">Download</a></li>
<li><a href="http://groups.google.com/group/akka-user">Mailing List</a></li>
<li><a href="http://github.com/akka/akka">Code</a></li>
<li><a href="http://typesafe.com/products/typesafe-subscription">Commercial Support</a></li>
@ -118,7 +118,7 @@
<li><h5>Akka</h5></li>
<li><a href="http://akka.io/docs">Documentation</a></li>
<li><a href="http://akka.io/faq">FAQ</a></li>
<li><a href="http://akka.io/downloads">Downloads</a></li>
<li><a href="http://typesafe.com/stack/downloads/akka">Downloads</a></li>
<li><a href="http://akka.io/news">News</a></li>
<li><a href="http://letitcrash.com">Blog</a></li>
</ul>

View file

@ -20,7 +20,7 @@ Links
* :ref:`migration`
* `Downloads <http://akka.io/downloads/>`_
* `Downloads <http://typesafe.com/stack/downloads/akka/>`_
* `Source Code <http://github.com/akka/akka>`_

View file

@ -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
------------------------

View file

@ -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>`_.

View file

@ -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.

View file

@ -21,7 +21,7 @@ Mailing List
Downloads
^^^^^^^^^
`<http://akka.io/downloads/>`_
`<http://typesafe.com/stack/downloads/akka/>`_
Source Code

View file

@ -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.