Change link to Scala style guide, see #2351

This commit is contained in:
Patrik Nordwall 2012-08-20 16:23:43 +02:00
parent 7b45360b5f
commit 8ae65a4581

View file

@ -6,7 +6,7 @@ Developer Guidelines
Code Style
----------
The Akka code style follows `this document <http://davetron5000.github.com/scala-style/ScalaStyleGuide.pdf>`_ .
The Akka code style follows the `Scala Style Guide <http://docs.scala-lang.org/style/>`_ .
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.