Fix REPL hyperlink in Getting Started.

This commit is contained in:
Asumu Takikawa 2012-05-01 15:20:28 -04:00
parent 1406354869
commit 3db6d1c5b2

View File

@ -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} →