From b6ff45dd45f294898b58438421b08822d0166032 Mon Sep 17 00:00:00 2001 From: Eric Le Goff Date: Tue, 17 Feb 2015 13:51:57 +0100 Subject: [PATCH] Update building-akka.rst sbt Has moved thus some loink are deprecated --- akka-docs/rst/dev/building-akka.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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``.