On Tue, Jun 14, 2011 at 11:11 AM, Danny Yoo <[email protected]> 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 [email protected] _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

