diff options
Diffstat (limited to 'lib/pure/concurrency/threadpool.nim')
-rw-r--r-- | lib/pure/concurrency/threadpool.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/concurrency/threadpool.nim b/lib/pure/concurrency/threadpool.nim index d6506cd76..1f7df7c00 100644 --- a/lib/pure/concurrency/threadpool.nim +++ b/lib/pure/concurrency/threadpool.nim @@ -487,7 +487,7 @@ proc parallel*(body: untyped) {.magic: "Parallel".} ## ## ``body`` has to be in a DSL that is a particular subset of the language. ## - ## Please refer to `the manual <manual.html#parallel-amp-spawn>`_ + ## Please refer to `the manual <manual_experimental.html#parallel-amp-spawn>`_ ## for further information. var |