We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a39f20 commit 998dfe8Copy full SHA for 998dfe8
tutorials/1ch.md
@@ -219,8 +219,9 @@ table* associating the symbolic name of a function to its value. Processes can
219
only be successfully spawned on remote nodes of all these remote nodes have
220
the same remote table as the local one.
221
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
+We need to configure our remote table (see the [API documentation][2]
+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:
226
227
{% highlight haskell %}
0 commit comments