@@ -14,7 +14,7 @@ the way you'd like it, and I'll see what I can do.
1414
1515Scalariform is licenced under `The MIT Licence `_.
1616
17- .. _Scala Style Guide : http://davetron5000.github.com/ scala-style/
17+ .. _Scala Style Guide : http://docs. scala-lang.org/ style/
1818.. _The MIT Licence : http://www.opensource.org/licenses/mit-license.php
1919
2020Packaging an executable JAR
@@ -299,15 +299,15 @@ If ``true``, then::
299299The Scala Style Guide recommends _ that operators, "should `always ` be
300300invoked using infix notation with spaces separated the target".
301301
302- .. _recommends : http://davetron5000.github.com/ scala-style/method_invocation/operators .html
302+ .. _recommends : http://docs. scala-lang.org/ style/method-invocation .html#symbolic-methodsoperators
303303
304304doubleIndentClassDeclaration
305305~~~~~~~~~~~~~~~~~~~~~~~~~~~~
306306
307307Default: ``false ``
308308
309309With this set to ``true ``, class (and trait / object) declarations
310- will be formatted as recommended by the ` Scala Style Guide `_ . That is,
310+ will be formatted as recommended _ by the Scala Style Guide. That is,
311311if the declaration section spans multiple lines, it will be formatted
312312so that either the parameter section or the inheritance section is
313313doubly indented. This provides a visual distinction from the members
339339 def firstMethod = ...
340340 }
341341
342+ .. _recommended : http://docs.scala-lang.org/style/declarations.html#classes
343+
342344formatXml
343345~~~~~~~~~
344346
0 commit comments