From 8ae65a4581519acb1c9a7fc4e7f0aadaea4db38f Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 20 Aug 2012 16:23:43 +0200 Subject: [PATCH] Change link to Scala style guide, see #2351 --- akka-docs/dev/developer-guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.