=doc Fix multi jvm sample link

This commit is contained in:
Christopher Batey 2017-09-25 09:46:25 +01:00
parent 5892c2a569
commit d8cd40d250

View file

@ -21,7 +21,7 @@ You can specify JVM options for the forked JVMs:
jvmOptions in MultiJvm := Seq("-Xmx256M")
```
Here is an example of a @extref[sample project](samples:tree/master/akka-sample-multi-node-scala) that uses the `sbt-multi-jvm` plugin.
Here is an example of a @extref[sample project](samples:akka-sample-multi-node-scala) that uses the `sbt-multi-jvm` plugin.
## Running tests