From f7f98557deba8fb35070a917268ae597be90073b Mon Sep 17 00:00:00 2001 From: jcranky Date: Tue, 7 Jan 2014 12:19:09 -0200 Subject: [PATCH] =doc Replace old NetBeans plugin information --- akka-docs/rst/intro/getting-started.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/akka-docs/rst/intro/getting-started.rst b/akka-docs/rst/intro/getting-started.rst index 9990771cb3..5649e0c81d 100644 --- a/akka-docs/rst/intro/getting-started.rst +++ b/akka-docs/rst/intro/getting-started.rst @@ -213,7 +213,9 @@ Setup SBT project and then use `sbt-idea Using Akka with NetBeans ------------------------ -Setup SBT project and then use `sbt-netbeans-plugin `_ to generate a NetBeans project. +Setup SBT project and then use `nbsbt `_ to generate a NetBeans project. + +You should also use `nbscala `_ for general scala support in the IDE. Do not use -optimize Scala compiler flag ----------------------------------------