Skip to content

Commit 998dfe8

Browse files
committed
Link to Closure documentation.
1 parent 5a39f20 commit 998dfe8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: tutorials/1ch.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +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 documentation for more details)
223-
and the easiest way to do this, is to let the library generate the relevant
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
224225
code for us. For example:
225226

226227
{% highlight haskell %}

0 commit comments

Comments
 (0)