diff --git a/akka-docs/dev/developer-guidelines.rst b/akka-docs/dev/developer-guidelines.rst index a43d1b48e7..46e2cf8198 100644 --- a/akka-docs/dev/developer-guidelines.rst +++ b/akka-docs/dev/developer-guidelines.rst @@ -6,7 +6,7 @@ Developer Guidelines Code Style ---------- -The Akka code style follows `this document `_ . +The Akka code style follows the `Scala Style Guide `_ . Akka is using ``Scalariform`` to format the source code as part of the build. So just hack away and then run ``sbt compile`` and it will reformat the code according to Akka standards.