Update urls for akka.io transition to akka.github.com

This commit is contained in:
Peter Vlugter 2012-03-08 16:33:47 +13:00
parent cd01c68860
commit 2c5889d4b9
7 changed files with 26 additions and 26 deletions

View file

@ -224,7 +224,7 @@ As you can see we already have a Java source file called ``App.java``, let's now
We also need to edit the ``pom.xml`` build file. Let's add the dependency we
need as well as the Maven repository it should download it from. The Akka Maven
repository can be found at http://akka.io/releases/ and Typesafe provides
repository can be found at http://repo.akka.io/releases/ and Typesafe provides
http://repo.typesafe.com/typesafe/releases/ that proxies several other
repositories, including akka.io. It should now look something like this: