From 4f456a2b6ebf36fda34972b690521a8f5a7e1950 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Mon, 22 Mar 2010 14:17:18 +0000 Subject: [PATCH] fix some references svn: r18595 --- collects/scribblings/places/places.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/places/places.scrbl b/collects/scribblings/places/places.scrbl index 9b7d49ca75..bab28296e3 100644 --- a/collects/scribblings/places/places.scrbl +++ b/collects/scribblings/places/places.scrbl @@ -81,7 +81,8 @@ This is the code for the place-worker.ss module that each place will execute. @;Creates and returns a new channel. Place channels can be used with @scheme[place-channel-recv], or as a -@tech{synchronizable event} (see @secref["sync"]) to receive a value +@tech[#:doc '(lib "scribblings/reference/reference.scrbl")]{synchronizable event} + (see @secref[#:doc '(lib "scribblings/reference/reference.scrbl") "sync"]) to receive a value through the channel. The channel can be used with @scheme[place-channel-send] to send a value through the channel.