diff --git a/akka-docs/manual/getting-started-first-java.rst b/akka-docs/manual/getting-started-first-java.rst index 2813285a8e..4a6e729207 100644 --- a/akka-docs/manual/getting-started-first-java.rst +++ b/akka-docs/manual/getting-started-first-java.rst @@ -26,7 +26,7 @@ In this particular algorithm the master splits the series into chunks which are 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 `_. +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 `_. Prerequisites -------------