Update building-akka.rst

sbt Has moved thus some loink are deprecated
This commit is contained in:
Eric Le Goff 2015-02-17 13:51:57 +01:00
parent 7a0345ca0e
commit b6ff45dd45

View file

@ -38,14 +38,13 @@ Akka is using the excellent `sbt`_ build system. So the first thing you have to
do is to download and install sbt. You can read more about how to do that in the
`sbt setup`_ documentation.
.. _sbt: https://github.com/harrah/xsbt
.. _sbt setup: https://github.com/harrah/xsbt/wiki/Setup
.. _sbt: https://github.com/sbt/sbt
The sbt commands that you'll need to build Akka are all included below. If you
want to find out more about sbt and using it for your own projects do read the
`sbt documentation`_.
.. _sbt documentation: https://github.com/harrah/xsbt/wiki
.. _sbt documentation: http://www.scala-sbt.org/documentation.html
The Akka sbt build file is ``project/AkkaBuild.scala``.