Change the symlink that serves docs to the one that holds the tweaked version.

This commit is contained in:
Eli Barzilay 2013-02-26 09:43:36 -05:00
parent d746850664
commit 8117b6b471

View File

@ -7,7 +7,7 @@
(define (in-ftp . paths)
(string-join (cons "/var/ftp/pub/racket" paths) "/"))
(define docs (symlink (in-ftp "docs")))
(define docs (symlink "/www/docs"))
(define installers (symlink (in-ftp "installers")))
(define libs (symlink (in-ftp "libs/tags") "libs"))
(define stubs (symlink "/www/stubs"))