From b9d1194225bac7c5a8b2988578997cfb54c719e2 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Mon, 11 Feb 2013 08:43:43 -0700 Subject: [PATCH] Correct hyperlinks to 2htdp/image. --- collects/scribblings/guide/graphics.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/guide/graphics.scrbl b/collects/scribblings/guide/graphics.scrbl index d3ab498404..d3a1b61a3a 100644 --- a/collects/scribblings/guide/graphics.scrbl +++ b/collects/scribblings/guide/graphics.scrbl @@ -37,12 +37,12 @@ interfaces (GUIs): See @other-doc['(lib "scribblings/slideshow/slideshow.scrbl")] for more information.} - @item{The @racket[2htdp/image] library is similar to + @item{The @racketmodname[2htdp/image] library is similar to @racketmodname[slideshow/pict]. It is more streamlined for pedagogical use, but also slightly more specific to screen and bitmap drawing. - See @racket[2htdp/image] for more information.} + See @racketmodname[2htdp/image] for more information.} @item{The @racketmodname[sgl] library provides OpenGL for 3-D graphics. The context for rendering OpenGL can be a window or