Change the symlink that serves docs to the one that holds the tweaked version.
This commit is contained in:
parent
d746850664
commit
8117b6b471
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user