Skip to content

Commit a646947

Browse files
committed
More direct link.
1 parent 998dfe8 commit a646947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: tutorials/1ch.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,9 @@ table* associating the symbolic name of a function to its value. Processes can
219219
only be successfully spawned on remote nodes of all these remote nodes have
220220
the same remote table as the local one.
221221

222-
We need to configure our remote table (see the [API documentation][2]
223-
for `Control.Distributed.Process.Closure` for more details) and the
224-
easiest way to do this, is to let the library generate the relevant
225-
code for us. For example:
222+
We need to configure our remote table (see the [API reference][6] for
223+
more details) and the easiest way to do this, is to let the library
224+
generate the relevant code for us. For example:
226225

227226
{% highlight haskell %}
228227
sampleTask :: (TimeInterval, String) -> Process ()
@@ -290,3 +289,4 @@ different ways:
290289
[3]: /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Async.html
291290
[4]: /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess.htmlv:callAsync
292291
[5]: http://hackage.haskell.org/packages/archive/distributed-process/latest/doc/html/Control-Distributed-Process-Internal-Primitives.html#t:Match
292+
[6]: http://hackage.haskell.org/packages/archive/distributed-process/latest/doc/html/Control-Distributed-Process-Closure.html

0 commit comments

Comments
 (0)