fix path in source-distribution README

Closes PR 14065

original commit: 58261e349503f847f53078e3989e4c7ed8c75e8b
This commit is contained in:
Matthew Flatt 2013-11-10 10:34:58 -07:00
parent 99a3c16e38
commit a80e62d9b1

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.)})