From 1b58247b1ad6aac2428fd907193d6f11ee71c582 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 10 May 2011 17:43:09 +0200 Subject: [PATCH] Docs: fixed missing ref (cherry picked from commit 210261e70e270d37c939fa3e551b598d87164faa) --- akka-docs/intro/getting-started-first-scala.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akka-docs/intro/getting-started-first-scala.rst b/akka-docs/intro/getting-started-first-scala.rst index c8124ca2bf..f72d5812e9 100644 --- a/akka-docs/intro/getting-started-first-scala.rst +++ b/akka-docs/intro/getting-started-first-scala.rst @@ -146,6 +146,8 @@ Looks like we are all good. Finally let's create a source file ``Pi.scala`` for Some tools require you to set the ``SCALA_HOME`` environment variable to the root of the Scala distribution, however Akka does not require that. +.. _getting-started-first-scala-download-sbt: + Downloading and installing SBT ------------------------------