fix path in source-distribution README

Closes PR 14065
This commit is contained in:
Matthew Flatt 2013-11-10 10:34:58 -07:00
parent 7c7b690f4a
commit 58261e3495

View File

@ -84,7 +84,7 @@
(define src? (hash-ref config '#:source? #f))
(define rt-src
@~a{This distribution provides source for the Racket run-time system;
for build and installation instructions, see "racket/src/README".})
for build and installation instructions, see "src/README".})
(define pkg-src
@~a{(The distribution also includes the core Racket collections and any
installed packages in source form.)})