Repointing the link for the downloads.
This commit is contained in:
parent
fd6e087e35
commit
2563f2d927
7 changed files with 8 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>`_
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
------------------------
|
||||
|
|
|
|||
|
|
@ -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>`_.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Mailing List
|
|||
Downloads
|
||||
^^^^^^^^^
|
||||
|
||||
`<http://akka.io/downloads/>`_
|
||||
`<http://typesafe.com/stack/downloads/akka/>`_
|
||||
|
||||
|
||||
Source Code
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue