diff options
author | simonpj@microsoft.com <unknown> | 2006-10-11 14:25:02 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2006-10-11 14:25:02 +0000 |
commit | 6b4592943b799175dec4549882bbf06fa87a0739 (patch) | |
tree | e6096f86a9a5c7c519e507ed7cff70efc558429c /docs | |
parent | 6ba49a2db7549b7a14f1aafa4f57934098dd8240 (diff) | |
download | haskell-6b4592943b799175dec4549882bbf06fa87a0739.tar.gz |
Use relative URLs when referring to libraries; push to 6.6 branch
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/parallel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/parallel.xml b/docs/users_guide/parallel.xml index fc7ca94c26..3d14622cf1 100644 --- a/docs/users_guide/parallel.xml +++ b/docs/users_guide/parallel.xml @@ -38,7 +38,7 @@ </para><para> To the programmer, Concurrent Haskell introduces no new language constructs; rather, it appears simply as a library, <ulink - url="http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Concurrent.html"> + url="../libraries/base/Control-Concurrent.html"> Control.Concurrent</ulink>. The functions exported by this library include: <itemizedlist> @@ -62,7 +62,7 @@ the FFI with concurrency</ulink>.</para></listitem> it.</para> <para>The main library you need to use STM is <ulink - url="http://www.haskell.org/ghc/docs/latest/html/libraries/stm/Control-Concurrent-STM.html"> + url="../libraries/stm/Control-Concurrent-STM.html"> Control.Concurrent.STM</ulink>. The main features supported are these: <itemizedlist> <listitem><para>Atomic blocks.</para></listitem> |