Skip to content

Commit a59ee1d

Browse files
Merge pull request #40 from p-alik/master
bug fixing documentation
2 parents 91460fe + 2430390 commit a59ee1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ runProcess :: LocalNode -> Process () -> IO ()
225225
{% endhighlight %}
226226

227227
Once we've spawned some processes, they can communicate with one another
228-
using the messaging primitives provided by [distributed-processes][distributed-processes],
228+
using the messaging primitives provided by [distributed-process][distributed-process],
229229
which are well documented in the haddocks.
230230

231231
### What is Serializable
@@ -499,7 +499,7 @@ API, which looks a lot like `Async` but manages exit signals in a single thread
499499
configurable task pools and task supervision strategy part of its API.
500500

501501
More complex examples of the `ManagedProcess` API can be seen in the
502-
[Managed Processes tutorial](tutorials/tutorial3.html). API documentation for HEAD is available
502+
[Managed Processes tutorial](tutorials/4ch.html). API documentation for HEAD is available
503503
[here][d-p-client-server-ManagedProcess].
504504

505505
### Supervision Trees

0 commit comments

Comments
 (0)