8000 Merge pull request #189 from phaller/patch-3 · willf/scala.github.com@368c665 · GitHub
[go: up one dir, main page]

Skip to content

Commit 368c665

Browse files
committed
Merge pull request scala#189 from phaller/patch-3
Fix link to actors migration guide
2 parents 7817608 + c8828df commit 368c665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/core/_posts/2010-11-30-actors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ languages: [es]
1111

1212
This guide describes the API of the `scala.actors` package of Scala 2.8/2.9. The organization follows groups of types that logically belong together. The trait hierarchy is taken into account to structure the individual sections. The focus is on the run-time behavior of the various methods that these traits define, thereby complementing the existing Scaladoc-based API documentation.
1313

14-
NOTE: In Scala 2.10 the Actors library is deprecated and will be removed in future Scala releases. Users should use [Akka](http://akka.io) actors from the package `akka.actor`. For migration from Scala actors to Akka refer to the [Actors Migration Guide](docs.scala-lang.org/overviews/core/actors-migration-guide.html).
14+
NOTE: In Scala 2.10 the Actors library is deprecated and will be removed in future Scala releases. Users should use [Akka](http://akka.io) actors from the package `akka.actor`. For migration from Scala actors to Akka refer to the [Actors Migration Guide](actors-migration-guide.html).
1515

1616
## The actor traits Reactor, ReplyReactor, and Actor
1717

0 commit comments

Comments
 (0)
0