move to github.com/akka/akka in docs

This commit is contained in:
Roland 2012-03-05 10:27:00 +01:00
parent ee7eb9f968
commit c9b768af7f
18 changed files with 30 additions and 30 deletions

View file

@ -30,12 +30,12 @@ Tutorial source code
If you want don't want to type in the code and/or set up a Maven project then you can check out the full tutorial from the Akka GitHub repository. It is in the ``akka-tutorials/akka-tutorial-first`` module. You can also browse it online `here`__, with the actual source code `here`__.
__ https://github.com/jboner/akka/tree/master/akka-tutorials/akka-tutorial-first
__ https://github.com/jboner/akka/blob/master/akka-tutorials/akka-tutorial-first/src/main/java/akka/tutorial/first/java/Pi.java
__ https://github.com/akka/akka/tree/master/akka-tutorials/akka-tutorial-first
__ https://github.com/akka/akka/blob/master/akka-tutorials/akka-tutorial-first/src/main/java/akka/tutorial/first/java/Pi.java
To check out the code using Git invoke the following::
$ git clone git://github.com/jboner/akka.git
$ git clone git://github.com/akka/akka.git
Then you can navigate down to the tutorial::