docs need to refer to 1.8

This commit is contained in:
Danny Yoo 2011-11-21 19:41:30 -05:00
parent 5f45876bc5
commit 2f76431606
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ Run the following to create the @filepath{whalesong} launcher program in
your current directory.
@codeblock|{
#lang racket/base
(require (planet dyoo/whalesong:1:7/make-launcher))
(require (planet dyoo/whalesong:1:8/make-launcher))
}|
This may take a few minutes, as Racket is compiling Whalesong, its
dependencies, and its documentation. When it finally finishes,

View File

@ -195,7 +195,7 @@ If you want to use Whalesong, run the following to create
the @filepath{whalesong} launcher:
@codeblock|{
#lang racket/base
(require (planet dyoo/whalesong:1:7/make-launcher))
(require (planet dyoo/whalesong:1:8/make-launcher))
}|
This may take a few minutes, as Racket is compiling Whalesong, its
dependencies, and its documentation. When it finally finishes,