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 ----------------------------------------