[racket] Tutorial: writing a language (brainf*ck) in Racket

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Tue Jun 14 11:17:28 EDT 2011

On Tue, Jun 14, 2011 at 11:11 AM, Danny Yoo <dyoo at cs.wpi.edu> wrote:
> One thing that I want to do is upload it somewhere more permanently,
> and to have all the documentation links work.  None of the
> Racket-bound documentation links are working, and I'd like to redirect
> those links off to docs.racket-lang.org instead.

You want to use the --redirect-main command line argument to scribble,
like this:
  --redirect-main http://docs.racket-lang.org/

Sadly, it doesn't seem to be documented, nor could I find the place to
put its docs.
-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.