Skip to content

bug fixing documentation #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 27, 2017
Merged
Changes from all commits
Commits
File filter

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