From 6b4592943b799175dec4549882bbf06fa87a0739 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 11 Oct 2006 14:25:02 +0000 Subject: [PATCH] Use relative URLs when referring to libraries; push to 6.6 branch --- docs/users_guide/parallel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/parallel.xml b/docs/users_guide/parallel.xml index fc7ca94..3d14622 100644 --- a/docs/users_guide/parallel.xml +++ b/docs/users_guide/parallel.xml @@ -38,7 +38,7 @@ To the programmer, Concurrent Haskell introduces no new language constructs; rather, it appears simply as a library, + url="../libraries/base/Control-Concurrent.html"> Control.Concurrent. The functions exported by this library include: @@ -62,7 +62,7 @@ the FFI with concurrency. it. The main library you need to use STM is + url="../libraries/stm/Control-Concurrent-STM.html"> Control.Concurrent.STM. The main features supported are these: Atomic blocks. -- 1.7.10.4