diff --git a/akka-docs/rst/dev/building-akka.rst b/akka-docs/rst/dev/building-akka.rst index 8a732821be..8e5cc8e370 100644 --- a/akka-docs/rst/dev/building-akka.rst +++ b/akka-docs/rst/dev/building-akka.rst @@ -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``.