summaryrefslogtreecommitdiff
path: root/docs/users_guide/ffi-chap.xml
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-02-23 15:05:22 +0000
committerIan Lynagh <igloo@earth.li>2010-02-23 15:05:22 +0000
commitbfd7960566a3033182087a411016a04bd74f5eed (patch)
tree9b4784303445266a4b1bf2d00c40b390fc42f8ff /docs/users_guide/ffi-chap.xml
parentf45b6f5ed3570f5907deb36388ba06446170c45a (diff)
downloadhaskell-bfd7960566a3033182087a411016a04bd74f5eed.tar.gz
Fix the links to the base docs from the user guide
Diffstat (limited to 'docs/users_guide/ffi-chap.xml')
-rw-r--r--docs/users_guide/ffi-chap.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index f9f52aec85..69b79d72bf 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -19,7 +19,7 @@ Foreign function interface (FFI)
<para>The FFI libraries are documented in the accompanying library
documentation; see for example the
- <ulink url="../libraries/base/Control-Concurrent.html"><literal>Foreign</literal></ulink> module.</para>
+ <ulink url="&libraryBaseLocation;/Control-Concurrent.html"><literal>Foreign</literal></ulink> module.</para>
<sect1 id="ffi-ghcexts">
<title>GHC extensions to the FFI Addendum</title>
@@ -498,7 +498,7 @@ int main(int argc, char *argv[])
threads</emphasis>, which are Haskell threads tied to a
particular OS thread. For information on bound threads, see
the documentation
- for the <ulink url="../libraries/base/Control-Concurrent.html"><literal>Control.Concurrent</literal></ulink>
+ for the <ulink url="&libraryBaseLocation;/Control-Concurrent.html"><literal>Control.Concurrent</literal></ulink>
module.</para>
</sect3>