diff options
Diffstat (limited to 'docs/users_guide/ffi-chap.rst')
-rw-r--r-- | docs/users_guide/ffi-chap.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/ffi-chap.rst b/docs/users_guide/ffi-chap.rst index 70b55d040c..d4bf34318d 100644 --- a/docs/users_guide/ffi-chap.rst +++ b/docs/users_guide/ffi-chap.rst @@ -21,7 +21,7 @@ that programs using these features are not portable. Hence, these features should be avoided where possible. The FFI libraries are documented in the accompanying library -documentation; see for example the :base-ref:`Foreign` module. +documentation; see for example the :base-ref:`Foreign <Foreign.html>` module. .. _ffi-ghcexts: @@ -569,7 +569,7 @@ where it is useful to have more control over which OS thread is used, for example when calling foreign code that makes use of thread-local state. For cases like this, we provide *bound threads*, which are Haskell threads tied to a particular OS thread. For information on bound -threads, see the documentation for the :base-ref:`Control.Concurrent` module. +threads, see the documentation for the :base-ref:`Control.Concurrent <Control-Concurrent.html>` module. Foreign exports and multi-threading ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |