From ed90517221606d5d61d972db9c9bbe2833d023b9 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 8 Nov 2011 22:34:53 -0500 Subject: [PATCH] updating the paths in the fact example, since it's a bit different --- scribblings/manual.scrbl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 03b1d44..0ca1cf0 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -331,12 +331,12 @@ function and define it in a module called @filepath{fact.rkt}: @margin-note{ The files can also be downloaded here: -@itemlist[@item{@link["http://hashcollision.org/whalesong/examples/fact/fact.rkt"]{fact.rkt}} -@item{@link["http://hashcollision.org/whalesong/examples/fact/index.html"]{index.html}}] +@itemlist[@item{@link["http://hashcollision.org/whalesong/fact-example/fact.rkt"]{fact.rkt}} +@item{@link["http://hashcollision.org/whalesong/fact-example/index.html"]{index.html}}] with generated JavaScript binaries here: @itemlist[ -@item{@link["http://hashcollision.org/whalesong/examples/fact/fact.js"]{fact.js}} -@item{@link["http://hashcollision.org/whalesong/examples/fact/runtime.js"]{runtime.js}} +@item{@link["http://hashcollision.org/whalesong/fact-example/fact.js"]{fact.js}} +@item{@link["http://hashcollision.org/whalesong/fact-example/runtime.js"]{runtime.js}} ] } @@ -415,7 +415,7 @@ The factorial of 10000 is being computed. }| } -@margin-note{See: @link["http://hashcollision.org/whalesong/examples/fact/bad-index.html"]{bad-index.html}.} +@margin-note{See: @link["http://hashcollision.org/whalesong/fact-example/bad-index.html"]{bad-index.html}.} Replacing the @racket[10000] with @racket["one-billion-dollars"] should reliably produce a proper error message.