Skip to content

Commit 935d49c

Browse files
authored
Merge pull request #159 from raboof/patch-1
Fix dead link to Akka's Dataflow Concurrency
2 parents 4395afe + 6a5795f commit 935d49c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ The `async` approach has two advantages over the use of
9797

9898
The existing continuations (CPS) plugin for Scala can also be used
9999
to provide a syntactic layer like `async`. This approach has been
100-
used in Akka's [Dataflow Concurrency](http://doc.akka.io/docs/akka/snapshot/scala/dataflow.html)
100+
used in Akka's [Dataflow Concurrency](http://doc.akka.io/docs/akka/2.3-M1/scala/dataflow.html)
101+
(now deprecated in favour of this library).
101102

102103
CPS-based rewriting of asynchronous code also produces a closure
103104
for each suspension. It can also lead to type errors that are

0 commit comments

Comments
 (0)