From 6dce4e8cc1ee0dc829a7d67acfccda665ffa4ae5 Mon Sep 17 00:00:00 2001 From: Alexei Pastuchov Date: Thu, 27 Jul 2017 16:28:34 +0200 Subject: [PATCH 1/2] typo bug fixing: s/distributed-processes/distributed-process/ --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 004c76d..ca8ef7f 100644 --- a/documentation.md +++ b/documentation.md @@ -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 From 2430390b898a423e71b779111e4cf82784865c0a Mon Sep 17 00:00:00 2001 From: Alexei Pastuchov Date: Thu, 27 Jul 2017 16:29:14 +0200 Subject: [PATCH 2/2] bug fixing: Managed Processes tutorial link --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index ca8ef7f..b59ed15 100644 --- a/documentation.md +++ b/documentation.md @@ -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