Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ runProcess :: LocalNode -> Process () -> IO ()
{% endhighlight %}

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

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

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

### Supervision Trees
Expand Down