From 3db6d1c5b206dad94574add26ebfd44dc7d0ec0a Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Tue, 1 May 2012 15:20:28 -0400 Subject: [PATCH] Fix REPL hyperlink in Getting Started. --- collects/scribblings/main/getting-started.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/main/getting-started.scrbl b/collects/scribblings/main/getting-started.scrbl index 6d0ce152fe..f5ce585c83 100644 --- a/collects/scribblings/main/getting-started.scrbl +++ b/collects/scribblings/main/getting-started.scrbl @@ -7,7 +7,8 @@ To get started with Racket, @link["http://www.racket-lang.org/download/"]{download it} from the webpage and install it. If you are a beginner or would like to use a graphical environment to run programs, run the @tt{DrRacket} executable. Otherwise, the @tt{racket} -executable will run a command-line Read-Eval-Print-Loop (@tech{REPL}). +executable will run a command-line Read-Eval-Print-Loop +(@tech[#:doc '(lib "scribblings/guide/guide.scrbl")]{REPL}). On Windows, you can access Racket through the Start menu. By default it is installed in @onscreen{Program Files} → @onscreen{Racket} →